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 d7f7c1fa03
commit 5e67e8c6b5

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);
}