mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +01:00
disable sticky scroll by default in monaco
This commit is contained in:
parent
325bb2515e
commit
292a9ae1e5
@ -62,6 +62,9 @@ function defaultEditorOptions(): MonacoTypes.editor.IEditorOptions {
|
||||
minimap: {
|
||||
enabled: true,
|
||||
},
|
||||
stickyScroll: {
|
||||
enabled: false,
|
||||
},
|
||||
};
|
||||
return opts;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user