mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 01:47:39 -07:00
fix: tooltip lingering
This commit is contained in:
parent
19596a91e4
commit
d6ba0377a0
1 changed files with 1 additions and 0 deletions
|
@ -89,5 +89,6 @@ export default {
|
|||
unmounted(el, binding, vn) {
|
||||
const self = el._tooltipDirective_;
|
||||
window.clearInterval(self.checkTimer);
|
||||
self._close();
|
||||
},
|
||||
} as Directive;
|
||||
|
|
Loading…
Reference in a new issue