Skip to content

Commit

Permalink
chore: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
bcakmakoglu committed Apr 9, 2022
1 parent 4049bd1 commit 03c082d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package/src/container/Viewport/Zoom.vue
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ props.d3Selection
.on('wheel.zoom', store.panOnScroll || typeof props.d3ZoomHandler === 'undefined' ? null : (props.d3ZoomHandler as any))
props.d3Zoom.filter((event: MouseEvent) => {
console.log(event)
const zoomScroll = zoomKeyPressed.value || store.zoomOnScroll
const pinchZoom = store.zoomOnPinch && event.ctrlKey
Expand Down

0 comments on commit 03c082d

Please sign in to comment.