client: refactor tooltip directive #295
Loading…
Reference in a new issue
No description provided.
Delete branch "refactor/tooltip"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Using the
beforeUnmount
hook should hopefully improve issues with tooltips being left behind, as described in #120.I'm not sure if this completely fixes that issue, and kinda hard to test since it only occurs sporadically.
@ -29,0 +34,4 @@
this._close?.();
this._close = null;
}, delay);
},
Build fails due to a trailing comma.