mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Fixing concurent draw page requests for de-allocation
This commit is contained in:
parent
08830731c0
commit
1e96c73207
2 changed files with 10 additions and 2 deletions
|
@ -756,6 +756,7 @@ var PageView = function pageView(container, pdfPage, id, scale,
|
|||
div.removeAttribute('data-loaded');
|
||||
|
||||
delete this.canvas;
|
||||
this.pdfPage.destroy();
|
||||
|
||||
this.loadingIconDiv = document.createElement('div');
|
||||
this.loadingIconDiv.className = 'loadingIcon';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue