vue-annotator icon indicating copy to clipboard operation
vue-annotator copied to clipboard

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

Open DrSensor opened this issue 6 years ago • 0 comments

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)

DrSensor avatar Apr 17 '18 08:04 DrSensor