From 7a5d73624b06b67f91b23281c55cb53422a5b5fe Mon Sep 17 00:00:00 2001 From: ShimaginAndrey Date: Tue, 25 Jan 2022 11:38:18 +0300 Subject: [PATCH] [SSE] Fix Bug 54820 --- apps/spreadsheeteditor/mobile/src/view/edit/EditCell.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/spreadsheeteditor/mobile/src/view/edit/EditCell.jsx b/apps/spreadsheeteditor/mobile/src/view/edit/EditCell.jsx index 6c6906937..18dd0518c 100644 --- a/apps/spreadsheeteditor/mobile/src/view/edit/EditCell.jsx +++ b/apps/spreadsheeteditor/mobile/src/view/edit/EditCell.jsx @@ -44,6 +44,7 @@ const EditCell = props => { onFontSize: props.onFontSize, onFontClick: props.onFontClick }}/> + {!wsProps.FormatCells && <> @@ -127,8 +128,7 @@ const EditCell = props => { )})} ) : null} - } - + } ) };