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
@@ -37,6 +37,7 @@ const props = withDefaults(defineProps<FlowProps>(), {
connectionLineStyle: undefined,
autoConnect: undefined,
elevateEdgesOnSelect: undefined,
elevateNodesOnSelect: undefined,
})
const emit = defineEmits<{