Commit f5840a48 authored by alexey.musinov's avatar alexey.musinov Committed by Alexander.Trofimov

[mobile] падение при открытии

parent 18e8d873
...@@ -2893,6 +2893,7 @@ function OfflineEditor () { ...@@ -2893,6 +2893,7 @@ function OfflineEditor () {
if (false === istoplayer) { if (false === istoplayer) {
this._drawCellsAndBorders(drawingCtx, range, offsetXForDraw, offsetYForDraw); this._drawCellsAndBorders(drawingCtx, range, offsetXForDraw, offsetYForDraw);
this._drawAutoF(range, offsetXForDraw, offsetYForDraw);
} }
var oldrange = this.visibleRange; var oldrange = this.visibleRange;
...@@ -3511,7 +3512,7 @@ function OfflineEditor () { ...@@ -3511,7 +3512,7 @@ function OfflineEditor () {
window.g_file_path = "native_open_file"; window.g_file_path = "native_open_file";
window.NATIVE_DOCUMENT_TYPE = window.native.GetEditorType(); window.NATIVE_DOCUMENT_TYPE = window.native.GetEditorType();
_api = new window["Asc"]["spreadsheet_api"](); _api = new window["Asc"]["spreadsheet_api"]({});
var userInfo = new Asc.asc_CUserInfo(); var userInfo = new Asc.asc_CUserInfo();
userInfo.asc_putId('ios'); userInfo.asc_putId('ios');
......
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