[SSE] Bug 42429

This commit is contained in:
Julia Radzhabova 2020-09-17 00:38:36 +03:00
parent 8a08de3c95
commit 1448308bcd

View file

@ -462,10 +462,7 @@ define([
onSendThemeColors: function() { onSendThemeColors: function() {
// get new table templates // get new table templates
if (this.cmbTableTemplate) { this.btnTableTemplate && this.onApiInitTableTemplates(this.api.asc_getTablePictures(this._originalProps));
this.onApiInitTableTemplates(this.api.asc_getTablePictures(this._originalProps));
this.cmbTableTemplate.menuPicker.scroller.update({alwaysVisibleY: true});
}
}, },
onApiInitTableTemplates: function(Templates){ onApiInitTableTemplates: function(Templates){