lionix-team / vue-image-markup

vue-image-markup will provide you to edit uploaded image easily and save it.
https://image-markup.lionix-team.com
96 stars 45 forks source link

Fix eraser #15

Open danimateo opened 4 years ago

danimateo commented 4 years ago

The mouse:down event is not being removed after eraser is selected, causing items to be deleted after other tools are selected. This PR removes the event on each set() call, since it is being recreated by fabric anyway.