[SSE] Fix Bug 51414
This commit is contained in:
parent
b5b891abfa
commit
c09c77ffde
|
@ -436,7 +436,7 @@ define([
|
|||
if (this.chFilter.isDisabled() !== (!this._state.CheckHeader || this._locked || value===null))
|
||||
this.chFilter.setDisabled(!this._state.CheckHeader || this._locked || value===null);
|
||||
|
||||
if (needTablePictures)
|
||||
if (needTablePictures || !this.mnuTableTemplatePicker)
|
||||
this.onApiInitTableTemplates(this.api.asc_getTablePictures(props));
|
||||
|
||||
//for table-template
|
||||
|
|
Loading…
Reference in a new issue