1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-06-28 15:27:43 +00:00

Fix disappearing tooltips. (Closes #408)

This commit is contained in:
SirStendec 2018-04-08 15:19:34 -04:00
parent 6fd2e8a2ba
commit ac78c0c9c4

View file

@ -327,7 +327,8 @@ export class Tooltip {
tip.outer = el._ffz_out_handler = el._ffz_over_handler = null;
}
this.elements.delete(tip.target);
if ( this.live )
this.elements.delete(tip.target);
tip._update = tip.rerender = tip.update = noop;
tip.element = null;