mirror of https://github.com/langgenius/dify.git
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