[DE mobile] Fix Bug 55393
This commit is contained in:
parent
ad63fe3e76
commit
018cab4c08
|
@ -267,7 +267,7 @@ class ContextMenu extends ContextMenuController {
|
|||
});
|
||||
}
|
||||
|
||||
if ( canFillForms && !locked ) {
|
||||
if ( canFillForms && canCopy && !locked ) {
|
||||
itemsIcon.push({
|
||||
event: 'paste',
|
||||
icon: 'icon-paste'
|
||||
|
|
Loading…
Reference in a new issue