@syncfusion/ej2-pdfviewer 17.3.56-4568 → 17.3.57-4568

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -26918,7 +26918,7 @@ var Magnification = /** @class */ (function () {
26918
26918
  this.pdfViewerBase.renderedPagesList = [];
26919
26919
  this.pdfViewerBase.pinchZoomStorage = [];
26920
26920
  this.isMagnified = false;
26921
- this.pdfViewerBase.pageViewScrollChanged(this.reRenderPageNumber);
26921
+ this.pdfViewerBase.pageViewScrollChanged(this.pdfViewerBase.currentPageNumber);
26922
26922
  // tslint:disable-next-line
26923
26923
  var proxy = this;
26924
26924
  this.rerenderInterval = setInterval(function () { _this.initiateRerender(proxy); }, 1);