Commit a4b249cb authored by Alexander.Trofimov's avatar Alexander.Trofimov

add load fonts after working plugins

parent 6b9771e8
...@@ -3225,8 +3225,11 @@ var editor; ...@@ -3225,8 +3225,11 @@ var editor;
return true; return true;
}; };
spreadsheet_api.prototype.asc_Recalculate = function () { spreadsheet_api.prototype.asc_Recalculate = function () {
History.EndTransaction(); var t = this;
this._onUpdateAfterApplyChanges(); this._loadFonts(this.wbModel.generateFontMap(), function() {
History.EndTransaction();
t._onUpdateAfterApplyChanges();
});
}; };
spreadsheet_api.prototype._onEndLoadSdk = function() { spreadsheet_api.prototype._onEndLoadSdk = function() {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment