Browse Source

Merge pull request #8859 from yurydelendik/issue-8858

Revert PDFPageView.pdfPage reset.
Jonas Jenwald 8 years ago committed by GitHub
parent
commit
066fea9c8b
  1. 1
      web/pdf_page_view.js

1
web/pdf_page_view.js

@ -111,7 +111,6 @@ class PDFPageView {
this.reset(); this.reset();
if (this.pdfPage) { if (this.pdfPage) {
this.pdfPage.cleanup(); this.pdfPage.cleanup();
this.pdfPage = null;
} }
} }

Loading…
Cancel
Save