forked from mirrors/akkoma-fe
basically Vue (3 in particular?) will make changes to DOM before this event listener is called, and if the target is displayed using v-if, it will not be part of the DOM at that time, and contains() will return false. so it goes to call hidePopover() which caused this bug. |
||
|---|---|---|
| .. | ||
| assets | ||
| boot | ||
| components | ||
| directives | ||
| hocs | ||
| i18n | ||
| lib | ||
| modules | ||
| services | ||
| _variables.scss | ||
| App.js | ||
| App.scss | ||
| App.vue | ||
| main.js | ||
| sw.js | ||