feat(core,nodes): add elevateNodesOnSelect option

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2022-12-19 16:44:38 +01:00
committed by Braks
parent 2f187a0f7d
commit af534083fa
5 changed files with 21 additions and 14 deletions
+1
View File
@@ -110,6 +110,7 @@ const defaultState = (): State => ({
noPanClassName: 'nopan',
defaultEdgeOptions: undefined,
elevateEdgesOnSelect: false,
elevateNodesOnSelect: true,
__experimentalFeatures: {
nestedFlow: false,