You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the useZoomPan hook to create a control.
I am disabling zoom on scroll with filterZoomEvent, but also noticed that there's zoom-in behavior on double-click. It'd like to disable this.
I've tried handling the click event for geographies and running event.preventDefault() with no luck.
I've also noticed that geography.onDoubleClick no longer fires after adding a ZoomableGroup.
I am using the useZoomPan hook to create a control.
I am disabling zoom on scroll with filterZoomEvent, but also noticed that there's zoom-in behavior on double-click. It'd like to disable this.
I've tried handling the click event for geographies and running event.preventDefault() with no luck. I've also noticed that geography.onDoubleClick no longer fires after adding a ZoomableGroup.
I am using react-simple-maps 3.0.0-beta.6
I am using the
useZoomPan
hook to create a control.I am disabling zoom on scroll with
filterZoomEvent
, but also noticed that there's zoom-in behavior on double-click. It'd like to disable this.I've tried handling the click event for geographies and running event.preventDefault() with no luck.
I've also noticed that geography.onDoubleClick no longer fires after adding a ZoomableGroup.
My CustomizableZoomGroup:
The text was updated successfully, but these errors were encountered: