Closed Rockstar311 closed 4 years ago
I was found a solution to fix the selection of text, on destroying your component need call method from deep this.pinchZoomComponent.pinchZoom.touches.destroy();
I will try to fix the problem with text selection. In the latest version of the component, unsubscribing from mouse events occurs automatically.
In chrome after destroying component, I can't select some text on the page. After research I found that after destroy component of pinch-zoom, on element
events don't stop listening. So on we still have event mousemove and with this event we can't select a text on a page