Skip to content

Commit

Permalink
Fix bug #71874
Browse files Browse the repository at this point in the history
  • Loading branch information
KhromovNikita committed Nov 28, 2024
1 parent eb4db92 commit 4073ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdf/src/viewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@
if (pages[i] >= this.startVisiblePage && pages[i] <= this.endVisiblePage)
{
delete this.drawingPages[pages[i]].Image;
oThumbnails && oThumbnails._repaintPage(i);
oThumbnails && oThumbnails._repaintPage(pages[i]);
}
}

Expand Down

0 comments on commit 4073ce3

Please sign in to comment.