mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
Revert not intentional change on egw_action_popup contextHandler
This commit is contained in:
parent
70e278d6a1
commit
a9ff5f1d17
@ -268,7 +268,7 @@ function egwPopupActionImplementation()
|
|||||||
var contextHandler = function(e) {
|
var contextHandler = function(e) {
|
||||||
if(egwIsMobile())
|
if(egwIsMobile())
|
||||||
{
|
{
|
||||||
if (e.which == 3)
|
if (e.originalEvent.which == 3)
|
||||||
{
|
{
|
||||||
// Enable onhold trigger till we define a better handler for tree contextmenu
|
// Enable onhold trigger till we define a better handler for tree contextmenu
|
||||||
// return;
|
// return;
|
||||||
|
Loading…
Reference in New Issue
Block a user