diff --git a/src/container/VueFlow/VueFlow.vue b/src/container/VueFlow/VueFlow.vue index 7d4f66a0..8f2f1ef8 100644 --- a/src/container/VueFlow/VueFlow.vue +++ b/src/container/VueFlow/VueFlow.vue @@ -21,7 +21,6 @@ const props = withDefaults(defineProps(), { panOnDrag: undefined, applyDefault: undefined, fitViewOnInit: undefined, - zoomActivationKeyCode: () => null, connectionLineStyle: () => null, }) const emit = defineEmits([...Object.keys(createHooks()), 'update:modelValue', 'update:edges', 'update:nodes'])