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