From 8d444c0770ffcf1d79011d7350c497f2b1c516b5 Mon Sep 17 00:00:00 2001 From: SergeyEzhin Date: Wed, 2 Nov 2022 16:25:10 +0400 Subject: [PATCH] [SSE mobile] Fix preview cell style --- apps/spreadsheeteditor/mobile/src/view/edit/EditCell.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/spreadsheeteditor/mobile/src/view/edit/EditCell.jsx b/apps/spreadsheeteditor/mobile/src/view/edit/EditCell.jsx index df35c3045..bd5f35cd5 100644 --- a/apps/spreadsheeteditor/mobile/src/view/edit/EditCell.jsx +++ b/apps/spreadsheeteditor/mobile/src/view/edit/EditCell.jsx @@ -16,6 +16,7 @@ const EditCell = props => { const cellStyles = storeCellSettings.cellStyles; const curStyleName = storeCellSettings.styleName; const curStyle = cellStyles.find(style => style.name === curStyleName); + console.log(curStyle); const fontInfo = storeCellSettings.fontInfo; const fontName = fontInfo.name || _t.textFonts; @@ -114,7 +115,7 @@ const EditCell = props => { }}> {!isAndroid && }
-
+