We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 223db76 commit 5cb4ae1Copy full SHA for 5cb4ae1
package/src/container/Viewport/Zoom.vue
@@ -111,7 +111,6 @@ props.d3Selection
111
.on('wheel.zoom', store.panOnScroll || typeof props.d3ZoomHandler === 'undefined' ? null : (props.d3ZoomHandler as any))
112
113
props.d3Zoom.filter((event: MouseEvent) => {
114
- console.log(event)
115
const zoomScroll = zoomKeyPressed.value || store.zoomOnScroll
116
const pinchZoom = store.zoomOnPinch && event.ctrlKey
117
0 commit comments