Revert PDFPageView.pdfPage reset.

This commit is contained in:
Yury Delendik 2017-08-31 16:49:01 -05:00
parent d332f62d60
commit 47c28643d6

View File

@ -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;
} }
} }