mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Mobile theme:
- Do not add copy/paste actions for mobile contextmenu
This commit is contained in:
parent
dbd97cd37a
commit
1b0427a182
@ -561,7 +561,7 @@ function egwPopupActionImplementation()
|
||||
var tree = {"root": []};
|
||||
|
||||
// Automatically add in Drag & Drop actions
|
||||
if(this.auto_paste)
|
||||
if(this.auto_paste && !egwIsMobile())
|
||||
{
|
||||
this._addCopyPaste(_links,_selected);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user