woutervh-/react-pan-and-zoom-hoc

Disable Zooming on Scroll

eunicorn opened this issue · 3 comments

Is it possible to add an option to disable zooming on scroll? I have a use case that requires both scrolling using the mouse wheel and panning. Thank you very much!

hi @eunicorn

Thanks for the suggestion!
Yes, this is possible, I will add a prop to opt out of that functionality. I will update the issue when it's done.

hi @eunicorn

I have added the prop disableScrollZoom: 191ba53

It's been released in the new version 1.4.0, let me know if it worked out for you.

This works perfectly! Thank you!