react-zoom-pan-pinch icon indicating copy to clipboard operation
react-zoom-pan-pinch copied to clipboard

react zoom pan pinch disables my canvas hover and click

Open sauravyadav1958 opened this issue 2 years ago • 1 comments

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

sauravyadav1958 avatar May 25 '22 10:05 sauravyadav1958

I used solution from #135(should style img-mapper-img class), and the solution worked.

chanhyokpark avatar Jan 20 '24 08:01 chanhyokpark