mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
disable sticky scroll by default in monaco
This commit is contained in:
@@ -62,6 +62,9 @@ function defaultEditorOptions(): MonacoTypes.editor.IEditorOptions {
|
||||
minimap: {
|
||||
enabled: true,
|
||||
},
|
||||
stickyScroll: {
|
||||
enabled: false,
|
||||
},
|
||||
};
|
||||
return opts;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user