From 6ac53939f46655da7ffd66a089cb7b2efcc45dd1 Mon Sep 17 00:00:00 2001 From: SergeyEzhin Date: Mon, 5 Sep 2022 16:49:02 +0300 Subject: [PATCH] [DE mobile] Fix Bug 58866 --- apps/documenteditor/mobile/src/view/Toolbar.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/documenteditor/mobile/src/view/Toolbar.jsx b/apps/documenteditor/mobile/src/view/Toolbar.jsx index 653670b7fe..0e80254019 100644 --- a/apps/documenteditor/mobile/src/view/Toolbar.jsx +++ b/apps/documenteditor/mobile/src/view/Toolbar.jsx @@ -46,7 +46,7 @@ const ToolbarView = props => { onUndoClick: props.onUndo, onRedoClick: props.onRedo })} - {(isViewer || !Device.phone) && isAvailableExt && { + {(isViewer || !Device.phone) && isAvailableExt && !props.disabledControls && { await props.changeMobileView(); await props.openOptions('snackbar'); setTimeout(() => {