From 2b2aad8cdc5dd6bb83c809af5ac654d040665d33 Mon Sep 17 00:00:00 2001 From: Braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Fri, 25 Mar 2022 16:47:08 +0100 Subject: [PATCH] fix: default prop value for zoomActivationKeyCode --- src/container/VueFlow/VueFlow.vue | 1 - 1 file changed, 1 deletion(-) 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'])