mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 01:48:04 +08:00
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