From ae5b5a6aa9b570d54944cc7ffbe227f5972c4c76 Mon Sep 17 00:00:00 2001 From: znn Date: Fri, 21 Nov 2025 10:24:26 +0700 Subject: [PATCH] disable sticky scroll (#28248) --- .../workflow/nodes/_base/components/editor/code-editor/index.tsx | 1 + 1 file changed, 1 insertion(+) 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} />