diff --git a/web/app/components/workflow/nodes/_base/components/editor/code-editor/index.tsx b/web/app/components/workflow/nodes/_base/components/editor/code-editor/index.tsx index 691e079b4e..2a69161bef 100644 --- a/web/app/components/workflow/nodes/_base/components/editor/code-editor/index.tsx +++ b/web/app/components/workflow/nodes/_base/components/editor/code-editor/index.tsx @@ -161,6 +161,7 @@ const CodeEditor: FC = ({ unicodeHighlight: { ambiguousCharacters: false, }, + stickyScroll: { enabled: false }, }} onMount={handleEditorDidMount} />