Let the contextmenu be activated from tapandhold in regular template in order to be able to get the contextmenu in some touch devices

This commit is contained in:
hadi 2023-06-09 10:44:16 +02:00
parent 4716ce1459
commit 9c4d1a9fb7

View File

@ -617,7 +617,7 @@ export function egwPopupActionImplementation()
var tree = {"root": []};
// Automatically add in Drag & Drop actions
if(this.auto_paste && !egwIsMobile())
if(this.auto_paste && !egwIsMobile() && !ai._context.event.type.match(/touch/))
{
this._addCopyPaste(_links,_selected);
}