fix: default prop value for zoomActivationKeyCode
This commit is contained in:
@@ -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'])
|
||||
|
||||
Reference in New Issue
Block a user