fix: default prop value for zoomActivationKeyCode

This commit is contained in:
Braks
2022-04-04 21:42:48 +02:00
parent afdf0b1d99
commit 2b2aad8cdc
-1
View File
@@ -21,7 +21,6 @@ const props = withDefaults(defineProps<FlowProps>(), {
panOnDrag: undefined,
applyDefault: undefined,
fitViewOnInit: undefined,
zoomActivationKeyCode: () => null,
connectionLineStyle: () => null,
})
const emit = defineEmits([...Object.keys(createHooks()), 'update:modelValue', 'update:edges', 'update:nodes'])