mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Fix taphold context menu popup
This commit is contained in:
parent
5bed0cdf77
commit
586656289d
@ -256,7 +256,7 @@ function egwPopupActionImplementation()
|
||||
{
|
||||
_egw_active_menu.hide();
|
||||
}
|
||||
else if (!e.ctrlKey && e.which == 3)
|
||||
else if (!e.ctrlKey && e.which == 3 || e.which === 0) // tap event indicates by 0
|
||||
{
|
||||
var _xy = ai._getPageXY(e);
|
||||
_callback.call(_context, _xy, ai);
|
||||
|
Loading…
Reference in New Issue
Block a user