We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30ba71b commit b73deb5Copy full SHA for b73deb5
1 file changed
web/app.js
@@ -1615,7 +1615,7 @@ const PDFViewerApplication = {
1615
() => {
1616
this._unblockDocumentLoadEvent();
1617
1618
- this._initializeAutoPrint(pdfDocument, openActionPromise);
+ // this._initializeAutoPrint(pdfDocument, openActionPromise);
1619
},
1620
reason => {
1621
this._documentError("pdfjs-loading-error", { message: reason.message });
0 commit comments