DrSensor / vue-annotator

Vue Component for drawing annotation (rect, polygon, etc) using SVG element
http://vue-annotator.surge.sh
MIT License
79 stars 16 forks source link

Move call of unselect on background click to MutationObserver when element added #20

Open DrSensor opened 6 years ago

DrSensor commented 6 years ago

Call this.background.$on('click', unselectAll) in MutationObserver to avoid glitch (bug example: need to mount 2 times to make unselect on background click works)