mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
no need to recreate thumbnails after zooming, thumbnails don't change size
This commit is contained in:
parent
3f91f2f73c
commit
ca63ad8a4d
1 changed files with 0 additions and 1 deletions
|
@ -216,7 +216,6 @@ var PDFViewer = {
|
|||
|
||||
if (PDFViewer.pdf) {
|
||||
for (i = 1; i <= PDFViewer.numberOfPages; i++) {
|
||||
PDFViewer.createThumbnail(i);
|
||||
PDFViewer.createPage(i);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue