fix: default prop value for zoomActivationKeyCode
This commit is contained in:
@@ -21,7 +21,6 @@ const props = withDefaults(defineProps<FlowProps>(), {
|
|||||||
panOnDrag: undefined,
|
panOnDrag: undefined,
|
||||||
applyDefault: undefined,
|
applyDefault: undefined,
|
||||||
fitViewOnInit: undefined,
|
fitViewOnInit: undefined,
|
||||||
zoomActivationKeyCode: () => null,
|
|
||||||
connectionLineStyle: () => null,
|
connectionLineStyle: () => null,
|
||||||
})
|
})
|
||||||
const emit = defineEmits([...Object.keys(createHooks()), 'update:modelValue', 'update:edges', 'update:nodes'])
|
const emit = defineEmits([...Object.keys(createHooks()), 'update:modelValue', 'update:edges', 'update:nodes'])
|
||||||
|
|||||||
Reference in New Issue
Block a user