From 018cab4c085e9bd52b3c18e21a5388852eb7deab Mon Sep 17 00:00:00 2001 From: SergeyEzhin Date: Wed, 9 Feb 2022 18:31:08 +0400 Subject: [PATCH] [DE mobile] Fix Bug 55393 --- apps/documenteditor/mobile/src/controller/ContextMenu.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/documenteditor/mobile/src/controller/ContextMenu.jsx b/apps/documenteditor/mobile/src/controller/ContextMenu.jsx index cfc17f568..9bccbeee3 100644 --- a/apps/documenteditor/mobile/src/controller/ContextMenu.jsx +++ b/apps/documenteditor/mobile/src/controller/ContextMenu.jsx @@ -267,7 +267,7 @@ class ContextMenu extends ContextMenuController { }); } - if ( canFillForms && !locked ) { + if ( canFillForms && canCopy && !locked ) { itemsIcon.push({ event: 'paste', icon: 'icon-paste'