forked from extern/egroupware
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": []};
|
var tree = {"root": []};
|
||||||
|
|
||||||
// Automatically add in Drag & Drop actions
|
// Automatically add in Drag & Drop actions
|
||||||
if(this.auto_paste)
|
if(this.auto_paste && !egwIsMobile())
|
||||||
{
|
{
|
||||||
this._addCopyPaste(_links,_selected);
|
this._addCopyPaste(_links,_selected);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user