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