From 31fafa62f4ce2b783fcee29b555eccd7a395d233 Mon Sep 17 00:00:00 2001 From: Julia Svinareva Date: Tue, 13 Aug 2019 16:40:30 +0300 Subject: [PATCH] [SSE mobile] Fix render Cell Styles --- apps/spreadsheeteditor/mobile/app/controller/edit/EditCell.js | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/spreadsheeteditor/mobile/app/controller/edit/EditCell.js b/apps/spreadsheeteditor/mobile/app/controller/edit/EditCell.js index a8bc562c4..3bbe5ab14 100644 --- a/apps/spreadsheeteditor/mobile/app/controller/edit/EditCell.js +++ b/apps/spreadsheeteditor/mobile/app/controller/edit/EditCell.js @@ -360,6 +360,7 @@ define([ onApiInitEditorStyles: function(styles){ window.styles_loaded = false; + _cellStyles = styles; this.getView('EditCell').renderStyles(styles);