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>
This commit is contained in:
非法操作 2026-07-20 13:59:14 +08:00 committed by GitHub
parent 58d1dd8873
commit 9a2d039e93
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -96,7 +96,7 @@ const WorkflowPreview = ({
defaultViewport={viewport}
multiSelectionKeyCode={null}
deleteKeyCode={null}
nodesDraggable
nodesDraggable={false}
nodesConnectable={false}
nodesFocusable={false}
edgesFocusable={false}