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

fix bug 33625 🐛

parent ba0ec916
......@@ -11831,11 +11831,12 @@
this.objectRender.rebuildChartGraphicObjects(arrChanged);
this.draw();
this.handlers.trigger("reinitializeScroll");
this._updateSelectionNameAndInfo();
} else {
// Просто отрисуем
this.draw();
this._updateSelectionNameAndInfo();
}
};
WorksheetView.prototype._loadFonts = function (fonts, callback) {
......
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