Merge pull request #508 from ONLYOFFICE/fix/bug-42429

[SSE] Bug 42429
This commit is contained in:
Julia Radzhabova 2020-09-17 00:22:28 +03:00 committed by GitHub
commit 0950cf977a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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