From 662f6e05f5c75fdfa626380a74435a77c65f175f Mon Sep 17 00:00:00 2001 From: SergeyEzhin Date: Wed, 27 Jul 2022 15:36:36 +0300 Subject: [PATCH] [DE mobile] Fix Bug 58091 --- 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 e92ef2281..351cda06e 100644 --- a/apps/documenteditor/mobile/src/controller/ContextMenu.jsx +++ b/apps/documenteditor/mobile/src/controller/ContextMenu.jsx @@ -319,7 +319,7 @@ class ContextMenu extends ContextMenuController { }); } - if(inToc) { + if(inToc && isEdit) { itemsText.push({ caption: t('ContextMenu.textRefreshEntireTable'), event: 'refreshEntireTable'