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

add load fonts after working plugins

parent 6b9771e8
......@@ -3225,8 +3225,11 @@ var editor;
return true;
};
spreadsheet_api.prototype.asc_Recalculate = function () {
History.EndTransaction();
this._onUpdateAfterApplyChanges();
var t = this;
this._loadFonts(this.wbModel.generateFontMap(), function() {
History.EndTransaction();
t._onUpdateAfterApplyChanges();
});
};
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