Skip to content

Commit

Permalink
stephanrauh/ngx-extended-pdf-viewer#2322 stop throwing an exception w…
Browse files Browse the repository at this point in the history
…hen destroying the PDF viewer
  • Loading branch information
stephanrauh committed Apr 26, 2024
1 parent 7b57d8c commit 322bd59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/ngx-extended-pdf-viewer-version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const ngxExtendedPdfViewerVersion = '20.0.0-alpha.3';
export const ngxExtendedPdfViewerVersion = '20.0.1';
2 changes: 1 addition & 1 deletion web/pdf_thumbnail_viewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ class PDFThumbnailViewer {
// #1415 modified by ngx-extended-pdf-viewer
stopRendering() {
// this.renderingQueue._stop();
this._cancelRendering();
this.#cancelRendering();
}
// #1415 end of modification by ngx-extended-pdf-viewer
}
Expand Down

0 comments on commit 322bd59

Please sign in to comment.