feat(core): add global edgesUpdatable prop

This commit is contained in:
braks
2023-03-24 22:42:09 +01:00
parent 5e41e975eb
commit 82ee1415ef
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -48,6 +48,7 @@ const initialState: ReactFlowStore = {
nodesConnectable: true,
nodesFocusable: true,
edgesFocusable: true,
edgesUpdatable: false,
elementsSelectable: true,
elevateNodesOnSelect: true,
fitViewOnInit: false,