diff --git a/web/app.js b/web/app.js index 949d1c4ad..9bbe26deb 100644 --- a/web/app.js +++ b/web/app.js @@ -1687,6 +1687,10 @@ const PDFViewerApplication = { if (this.printService) { this.printService.destroy(); this.printService = null; + + if (this.pdfDocument) { + this.pdfDocument.annotationStorage.resetModified(); + } } this.forceRendering(); },