refactor(store): add selectednodesbbox back to state
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -62,6 +62,7 @@ export const initialState = (): FlowState => ({
|
||||
|
||||
nodesSelectionActive: false,
|
||||
selectionActive: false,
|
||||
selectedNodesBbox: { x: 0, y: 0, width: 0, height: 0 },
|
||||
|
||||
defaultMarkerColor: '#b1b1b7',
|
||||
connectionLineStyle: {},
|
||||
|
||||
Reference in New Issue
Block a user