refactor(store): add selectednodesbbox back to state

Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
Braks
2021-12-20 19:29:52 +01:00
parent b365e947e1
commit 4065354c10
3 changed files with 11 additions and 8 deletions
+1
View File
@@ -62,6 +62,7 @@ export const initialState = (): FlowState => ({
nodesSelectionActive: false,
selectionActive: false,
selectedNodesBbox: { x: 0, y: 0, width: 0, height: 0 },
defaultMarkerColor: '#b1b1b7',
connectionLineStyle: {},