mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-04-07 14:09:12 +08:00
[se] Scroll
Use _reinitializeScroll
This commit is contained in:
@ -6139,10 +6139,12 @@
|
||||
this._drawSelection();
|
||||
|
||||
if (reinitScrollX || (0 > delta && initColsCount && this._initColsCount())) {
|
||||
this.handlers.trigger("reinitializeScroll", AscCommonExcel.c_oAscScrollType.ScrollHorizontal);
|
||||
this.scrollType |= AscCommonExcel.c_oAscScrollType.ScrollHorizontal;
|
||||
}
|
||||
|
||||
this._reinitializeScroll();
|
||||
this.handlers.trigger("onDocumentPlaceChanged");
|
||||
|
||||
//ToDo this.drawDepCells();
|
||||
this.cellCommentator.updateActiveComment();
|
||||
this.cellCommentator.drawCommentCells();
|
||||
|
||||
Reference in New Issue
Block a user