refactor(edgesUpdatable): pass to store

This commit is contained in:
moklick
2023-03-27 16:53:55 +02:00
parent 5f2f5db519
commit 65b2d9ccef
6 changed files with 13 additions and 7 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ const initialState: ReactFlowStore = {
nodesConnectable: true,
nodesFocusable: true,
edgesFocusable: true,
edgesUpdatable: false,
edgesUpdatable: true,
elementsSelectable: true,
elevateNodesOnSelect: true,
fitViewOnInit: false,