disable sticky scroll (#28248)
This commit is contained in:
@@ -161,6 +161,7 @@ const CodeEditor: FC<Props> = ({
|
||||
unicodeHighlight: {
|
||||
ambiguousCharacters: false,
|
||||
},
|
||||
stickyScroll: { enabled: false },
|
||||
}}
|
||||
onMount={handleEditorDidMount}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user