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 && }
-
+