chore(core): cleanup

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-05-25 20:48:26 +02:00
committed by Braks
parent 5da86cbd2d
commit 1180ab247f
2 changed files with 9 additions and 1 deletions
@@ -52,6 +52,11 @@ const props = withDefaults(defineProps<FlowProps>(), {
autoPanOnConnect: undefined,
autoPanOnNodeDrag: undefined,
isValidConnection: undefined,
deleteKeyCode: undefined,
selectionKeyCode: undefined,
multiSelectionKeyCode: undefined,
panActivationKeyCode: undefined,
zoomActivationKeyCode: undefined,
})
const emit = defineEmits<{