1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-07-04 01:58:31 +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,6 +327,7 @@ export class Tooltip {
tip.outer = el._ffz_out_handler = el._ffz_over_handler = null; tip.outer = el._ffz_out_handler = el._ffz_over_handler = null;
} }
if ( this.live )
this.elements.delete(tip.target); this.elements.delete(tip.target);
tip._update = tip.rerender = tip.update = noop; tip._update = tip.rerender = tip.update = noop;