refactor(selection): improve performance

This commit is contained in:
moklick
2022-12-08 21:58:24 +01:00
parent 36e4e773ce
commit 08faffacee
4 changed files with 78 additions and 66 deletions
+1
View File
@@ -26,6 +26,7 @@ const initialState: ReactFlowStore = {
nodeExtent: infiniteExtent,
nodesSelectionActive: false,
userSelectionActive: false,
userSelectionRect: null,
connectionNodeId: null,
connectionHandleId: null,
connectionHandleType: 'source',