embiem / react-canvas-draw

React Component for drawing in canvas
https://embiem.github.io/react-canvas-draw/
MIT License
892 stars 315 forks source link

Fixed bug when the user zoom the page while drawing #151

Open apenab opened 2 years ago

apenab commented 2 years ago

When the user zoom the browser page and then starts drawing happens that the this.interactionSM object is undefined.

apenab commented 2 years ago

@embiem I need your help here, plz.