mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-15 04:24:57 +01:00
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:
parent
d7f7c1fa03
commit
5e67e8c6b5
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user