[DE mobile] Fix Bug 55393

This commit is contained in:
SergeyEzhin 2022-02-09 18:31:08 +04:00
parent ad63fe3e76
commit 018cab4c08

View file

@ -267,7 +267,7 @@ class ContextMenu extends ContextMenuController {
});
}
if ( canFillForms && !locked ) {
if ( canFillForms && canCopy && !locked ) {
itemsIcon.push({
event: 'paste',
icon: 'icon-paste'