mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 04:04:35 +08:00
[SSE] Fix formula loading
This commit is contained in:
@ -343,7 +343,7 @@ define([
|
||||
_.sortBy(allFunctions, function (model) {return model.get('name'); }));
|
||||
}
|
||||
}
|
||||
!suppressEvent && this.formulaTab && this.formulaTab.fillFunctions();
|
||||
(!suppressEvent || this._formulasInited) && this.formulaTab && this.formulaTab.fillFunctions();
|
||||
},
|
||||
|
||||
onTabActive: function (tab) {
|
||||
|
||||
Reference in New Issue
Block a user