fix: tooltip lingering
This commit is contained in:
parent
f47832b1b4
commit
54d3acafb3
|
@ -89,5 +89,6 @@ export default {
|
||||||
unmounted(el, binding, vn) {
|
unmounted(el, binding, vn) {
|
||||||
const self = el._tooltipDirective_;
|
const self = el._tooltipDirective_;
|
||||||
window.clearInterval(self.checkTimer);
|
window.clearInterval(self.checkTimer);
|
||||||
|
self._close();
|
||||||
},
|
},
|
||||||
} as Directive;
|
} as Directive;
|
||||||
|
|
Loading…
Reference in New Issue