mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Fix multiple tooltips if user moves the mouse just right.
Sometimes one of those tooltips would not disappear.
This commit is contained in:
parent
7c352d0a40
commit
e7571094ef
@ -49,9 +49,9 @@ egw.extend('tooltip', egw.MODULE_WND_LOCAL, function(_app, _wnd)
|
||||
{
|
||||
if (tooltip_div != null)
|
||||
{
|
||||
tooltip_div.remove();
|
||||
tooltip_div = null;
|
||||
}
|
||||
_wnd.document.querySelectorAll("body > .egw_tooltip").forEach(t => t.remove());
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user