mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 23:28:06 +02:00
Fix |cleanup| regression in the viewer
This commit is contained in:
parent
56d11fc26b
commit
5f83739190
1 changed files with 2 additions and 1 deletions
|
@ -609,8 +609,9 @@ var PDFViewer = (function pdfViewer() {
|
|||
this.scroll.down);
|
||||
if (pageView) {
|
||||
this.renderingQueue.renderView(pageView);
|
||||
return;
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
},
|
||||
|
||||
getPageTextContent: function (pageIndex) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue