From d9e8ca6bcb31065c5e90d199275fd5dea68fed9f Mon Sep 17 00:00:00 2001 From: SergeyEzhin Date: Fri, 21 Jul 2023 18:55:06 +0300 Subject: [PATCH] [DE mobile] For Bug 63235 --- 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 4431cbfb78..5e1e56015a 100644 --- a/apps/documenteditor/mobile/src/controller/ContextMenu.jsx +++ b/apps/documenteditor/mobile/src/controller/ContextMenu.jsx @@ -362,7 +362,7 @@ class ContextMenu extends ContextMenuController { event: 'openlink' }); - if(isAllowedEditing) { + if(isAllowedEditing && !isViewer) { itemsText.push({ caption: t('ContextMenu.menuEditLink'), event: 'editlink'