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);