mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 17:26:19 +08:00
fixed color theme change
This commit is contained in:
@ -303,7 +303,7 @@ define([
|
||||
|
||||
onSendThemeColors: function() {
|
||||
if (this.view.tableStyles && this._originalProps) {
|
||||
this.onApiInitTableStyles(this.api.asc_getTablePictures(this._originalProps, true));
|
||||
this.onApiInitTableStyles(this.api.asc_getTablePictures(this._originalProps));
|
||||
this.view.tableStyles.menuPicker.scroller.update({alwaysVisibleY: true});
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user