react-zoom-pan-pinch
react-zoom-pan-pinch copied to clipboard
react zoom pan pinch disables my canvas hover and click
I am using the react-img-mapper library. Which takes an image and renders an interactive canvas on top of it. I wanted to add zoom and pan functionality on top of it. So I used your library, zoom, and pan are working fine, but my canvas is not interactive anymore.
Can you tell me why is it ? Here is my code sandbox link.
Here is how it should highlight the canvas link
I used solution from #135(should style img-mapper-img class), and the solution worked.