mirror of
https://github.com/langgenius/dify.git
synced 2026-07-27 23:18:33 +08:00
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:
parent
58d1dd8873
commit
9a2d039e93
@ -96,7 +96,7 @@ const WorkflowPreview = ({
|
||||
defaultViewport={viewport}
|
||||
multiSelectionKeyCode={null}
|
||||
deleteKeyCode={null}
|
||||
nodesDraggable
|
||||
nodesDraggable={false}
|
||||
nodesConnectable={false}
|
||||
nodesFocusable={false}
|
||||
edgesFocusable={false}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user