feat(nodes): add prop to disable automatic elevation of nodes on select
This commit is contained in:
@@ -45,6 +45,7 @@ const initialState: ReactFlowStore = {
|
||||
nodesFocusable: true,
|
||||
edgesFocusable: true,
|
||||
elementsSelectable: true,
|
||||
elevateNodesOnSelect: true,
|
||||
fitViewOnInit: false,
|
||||
fitViewOnInitDone: false,
|
||||
fitViewOnInitOptions: undefined,
|
||||
|
||||
Reference in New Issue
Block a user