[SSE mobile] Fix render Cell Styles
This commit is contained in:
parent
03c94b12eb
commit
31fafa62f4
|
@ -360,6 +360,7 @@ define([
|
||||||
|
|
||||||
onApiInitEditorStyles: function(styles){
|
onApiInitEditorStyles: function(styles){
|
||||||
window.styles_loaded = false;
|
window.styles_loaded = false;
|
||||||
|
_cellStyles = styles;
|
||||||
|
|
||||||
this.getView('EditCell').renderStyles(styles);
|
this.getView('EditCell').renderStyles(styles);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue