mirror of
https://github.com/langgenius/dify.git
synced 2026-04-10 11:37:11 +08:00
disable sticky scroll (#28248)
This commit is contained in:
parent
a4c4d18f42
commit
ae5b5a6aa9
@ -161,6 +161,7 @@ const CodeEditor: FC<Props> = ({
|
||||
unicodeHighlight: {
|
||||
ambiguousCharacters: false,
|
||||
},
|
||||
stickyScroll: { enabled: false },
|
||||
}}
|
||||
onMount={handleEditorDidMount}
|
||||
/>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user