fix: tooltip lingering

This commit is contained in:
ThatOneCalculator 2023-01-12 20:25:48 -08:00
parent f47832b1b4
commit 54d3acafb3
No known key found for this signature in database
GPG key ID: 8703CACD01000000

View file

@ -89,5 +89,6 @@ export default {
unmounted(el, binding, vn) {
const self = el._tooltipDirective_;
window.clearInterval(self.checkTimer);
self._close();
},
} as Directive;