disable sticky scroll (#28248)

This commit is contained in:
znn 2025-11-21 10:24:26 +07:00 committed by GitHub
parent a4c4d18f42
commit ae5b5a6aa9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -161,6 +161,7 @@ const CodeEditor: FC<Props> = ({
unicodeHighlight: {
ambiguousCharacters: false,
},
stickyScroll: { enabled: false },
}}
onMount={handleEditorDidMount}
/>