mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-11 01:04:24 +02:00
Hide tooltips when context menu opens
This commit is contained in:
@ -251,6 +251,15 @@ egw.extend('tooltip', egw.MODULE_WND_LOCAL, function(_app, _wnd)
|
||||
tooltip_div.fadeOut(100);
|
||||
tooltip_div.remove();
|
||||
}
|
||||
},
|
||||
|
||||
/**
|
||||
* Hide tooltip, cancel the timer
|
||||
*/
|
||||
tooltipCancel: function ()
|
||||
{
|
||||
hide();
|
||||
current_elem = null;
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user