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:
parent
6fd2e8a2ba
commit
ac78c0c9c4
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue