Commit 9d265409 authored by GoshaZotov's avatar GoshaZotov

Merge branch 'release/v4.0' into develop

parents f643a0bf 83ef5f30
## Project Information
Official website: [http://www.onlyoffice.org](http://onlyoffice.org "http://www.onlyoffice.org")
Code repository: [https://github.com/ONLYOFFICE/sdkjs](https://github.com/ONLYOFFICE/sdkjs "https://github.com/ONLYOFFICE/sdkjs")
SaaS version: [http://www.onlyoffice.com](http://www.onlyoffice.com "http://www.onlyoffice.com")
## User Feedback and Support
If you have any problems with or questions about this image, please contact us through a [dev.onlyoffice.org][1].
[1]: http://dev.onlyoffice.org
......@@ -13436,7 +13436,7 @@
History.EndTransaction();
};
var changedRange = new asc_Range( arn.c1, arn.r1, arn.c2, gc_nMaxRow0 );
var changedRange = new asc_Range( tablePart.Ref.c1, tablePart.Ref.r1, tablePart.Ref.c2, tablePart.Ref.r2 );
t._isLockedCells( changedRange, null, callback );
};
......@@ -13550,7 +13550,7 @@
History.EndTransaction();
};
var changedRange = new asc_Range( arn.c1, arn.r1, gc_nMaxCol0, arn.r2 );
var changedRange = new asc_Range( tablePart.Ref.c1, tablePart.Ref.r1, tablePart.Ref.c2, tablePart.Ref.r2 );
t._isLockedCells( changedRange, null, 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