Commit 0613d48b authored by Alexander.Trofimov's avatar Alexander.Trofimov

fix update browser zoom in page (after open)

parent 994a3b65
...@@ -511,12 +511,14 @@ var editor; ...@@ -511,12 +511,14 @@ var editor;
this.wb.restoreFocus(); this.wb.restoreFocus();
}; };
spreadsheet_api.prototype.asc_Resize = function() { spreadsheet_api.prototype.asc_Resize = function () {
AscCommon.AscBrowser.checkZoom();
if (this.wb) { if (this.wb) {
this.wb.resize(); this.wb.resize();
if (AscCommon.g_inputContext) if (AscCommon.g_inputContext) {
AscCommon.g_inputContext.onResize("ws-canvas-outer"); AscCommon.g_inputContext.onResize("ws-canvas-outer");
}
} }
}; };
......
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