Commit 1bf1801c authored by Alexey.Musinov's avatar Alexey.Musinov

[mobile] locked cells

parent 4c4b4b03
......@@ -7303,10 +7303,10 @@ window["Asc"]["spreadsheet_api"].prototype.openDocument = function(sData) {
t.wb.showWorksheet(undefined, false, true);
//console.log("JS - showWorksheet()");
var ws = t.wb.getWorksheet();
//console.log("JS - getWorksheet()");
window.native["onEndLoadingFile"](ws.headersWidth, ws.headersHeight);
//console.log("JS - onEndLoadingFile()");
......@@ -7318,10 +7318,10 @@ window["Asc"]["spreadsheet_api"].prototype.openDocument = function(sData) {
testLockedObjects();
}, 50);
}, 50);
}, 100);
//console.log("JS - openDocument()");
//console.log("JS - ope
}, 5);
}, 5);
......
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