mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 07:08:08 +02:00
Clear out the stored text extraction on load.
This commit is contained in:
parent
a57054ef9e
commit
c55dade357
1 changed files with 2 additions and 0 deletions
|
@ -508,6 +508,8 @@ var PDFView = {
|
|||
}
|
||||
|
||||
var pages = this.pages = [];
|
||||
this.pageText = [];
|
||||
this.startedTextExtraction = false;
|
||||
var pagesRefMap = {};
|
||||
var thumbnails = this.thumbnails = [];
|
||||
var pagePromises = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue