vue-annotator
vue-annotator copied to clipboard
Move call of unselect on background click to MutationObserver when element added
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)