"docs/en_US/git@developer.sourcefind.cn:OpenDAS/nni.git" did not exist on "9484efb521717c9cb5639b1e132f6f196401da39"
Unverified Commit 5fcf78dd authored by liuzhe-lz's avatar liuzhe-lz Committed by GitHub
Browse files

prevent scroll beyond last line (#2497)


Co-authored-by: default avatarliuzhe <zhe.liu@microsoft.com>
parent a77c56dd
......@@ -25,7 +25,8 @@ const CONTROLTYPE = [
];
const MONACO = {
readOnly: true,
automaticLayout: true
automaticLayout: true,
scrollBeyondLastLine: false,
};
const DRAWEROPTION = {
minimap: { enabled: false },
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment