chore: isolate pre-staged web edits

This commit is contained in:
lda
2026-08-29 19:25:52 +07:00 Verified
parent 34e93b0cb5
commit cad7b90ad3
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -164,8 +164,8 @@ export const WorkflowGraph = ({
: {})}
fitView
proOptions={{ hideAttribution: true }}
nodesDraggable={true}
nodesConnectable={true}
nodesDraggable={false}
nodesConnectable={false}
elementsSelectable={Boolean(onNodeSelect || onEdgeSelect)}
>
<Background />