diff --git a/cell/view/WorksheetView.js b/cell/view/WorksheetView.js index dc086b7ae6..b75371f885 100644 --- a/cell/view/WorksheetView.js +++ b/cell/view/WorksheetView.js @@ -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();