Skip to content

Commit a151732

Browse files

File tree

2 files changed

+201
-198
lines changed

2 files changed

+201
-198
lines changed

web/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1048,7 +1048,7 @@ const PDFViewerApplication = {
10481048
this.pdfDocument = null;
10491049

10501050
this.pdfThumbnailViewer?.setDocument(null);
1051-
this.pdfViewer.setDocument(null);
1051+
await this.pdfViewer.setDocument(null);
10521052
this.pdfLinkService.setDocument(null);
10531053
this.pdfDocumentProperties?.setDocument(null);
10541054
}

0 commit comments

Comments
 (0)