Skip to content

Commit b73deb5

Browse files
committed
Disable auto print action
1 parent 30ba71b commit b73deb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1615,7 +1615,7 @@ const PDFViewerApplication = {
16151615
() => {
16161616
this._unblockDocumentLoadEvent();
16171617

1618-
this._initializeAutoPrint(pdfDocument, openActionPromise);
1618+
// this._initializeAutoPrint(pdfDocument, openActionPromise);
16191619
},
16201620
reason => {
16211621
this._documentError("pdfjs-loading-error", { message: reason.message });

0 commit comments

Comments
 (0)