Revert not intentional change on egw_action_popup contextHandler

This commit is contained in:
Hadi Nategh 2016-06-07 11:03:06 +02:00
parent 70e278d6a1
commit a9ff5f1d17

View File

@ -268,7 +268,7 @@ function egwPopupActionImplementation()
var contextHandler = function(e) {
if(egwIsMobile())
{
if (e.which == 3)
if (e.originalEvent.which == 3)
{
// Enable onhold trigger till we define a better handler for tree contextmenu
// return;