From 9a2d039e933bd08abb9db9edb9c6e22917ba5d1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9D=9E=E6=B3=95=E6=93=8D=E4=BD=9C?= Date: Mon, 20 Jul 2026 13:59:14 +0800 Subject: [PATCH] chore: the node should not draggable when preview a workflow (#39131) Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> --- web/app/components/workflow/workflow-preview/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/workflow/workflow-preview/index.tsx b/web/app/components/workflow/workflow-preview/index.tsx index bb53b48f724..1908b05d5dc 100644 --- a/web/app/components/workflow/workflow-preview/index.tsx +++ b/web/app/components/workflow/workflow-preview/index.tsx @@ -96,7 +96,7 @@ const WorkflowPreview = ({ defaultViewport={viewport} multiSelectionKeyCode={null} deleteKeyCode={null} - nodesDraggable + nodesDraggable={false} nodesConnectable={false} nodesFocusable={false} edgesFocusable={false}