From b918eb6b89d079f0eb1c0be038c93414599786cb Mon Sep 17 00:00:00 2001 From: Braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Thu, 18 Nov 2021 03:23:36 +0100 Subject: [PATCH] fix: event propagation from zoom Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com> --- src/container/ZoomPane/ZoomPane.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/container/ZoomPane/ZoomPane.vue b/src/container/ZoomPane/ZoomPane.vue index aefcfb07..503975fb 100644 --- a/src/container/ZoomPane/ZoomPane.vue +++ b/src/container/ZoomPane/ZoomPane.vue @@ -142,9 +142,6 @@ invoke(async () => { const keyPress = useKeyPress(props.selectionKeyCode) d3z.filter((event: MouseEvent) => { - event.stopPropagation() - event.stopImmediatePropagation() - event.preventDefault() const pinchZoom = props.zoomOnPinch && event.ctrlKey // if all interactions are disabled, we prevent all zoom events