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
Normally pressing the back button on your mouse is equivalent of hitting the browsers "Back" button. ReactSvgPanZoom doesn't seem to check the mouse button and calls preventDefault() regardless.
Pan should only work on left-clicks. If button != 0 it shouldn't pan, and shouldn't prevent default.
Thank you for awesome library!
The text was updated successfully, but these errors were encountered:
Normally pressing the back button on your mouse is equivalent of hitting the browsers "Back" button.
ReactSvgPanZoom
doesn't seem to check the mouse button and callspreventDefault()
regardless.Pan should only work on left-clicks. If
button != 0
it shouldn't pan, and shouldn't prevent default.Thank you for awesome library!
The text was updated successfully, but these errors were encountered: