Commit 4d9d8d8d authored by Alexey.Musinov's avatar Alexey.Musinov

[ios] update

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@65605 954022d7-b5bf-4e40-9824-e11837661b57
parent 480be778
...@@ -3306,7 +3306,7 @@ function OfflineEditor () { ...@@ -3306,7 +3306,7 @@ function OfflineEditor () {
var range = worksheet.activeRange.intersection(worksheet.visibleRange); var range = worksheet.activeRange.intersection(worksheet.visibleRange);
if (autocorrection) { if (autocorrection) {
this._resizeWorkRegion(worksheet, worksheet.activeRange.c2 + 1, worksheet.activeRange.r2 + 1); this._resizeWorkRegion(worksheet, worksheet.activeRange.c2, worksheet.activeRange.r2);
region = {columnBeg:0, columnEnd:worksheet.cols.length - 1,columnOff:0, rowBeg:0, rowEnd:worksheet.rows.length - 1, rowOff:0}; region = {columnBeg:0, columnEnd:worksheet.cols.length - 1,columnOff:0, rowBeg:0, rowEnd:worksheet.rows.length - 1, rowOff:0};
} else { } else {
region = this._updateRegion(worksheet, x, y, width, height); region = this._updateRegion(worksheet, x, y, width, height);
......
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