Skip to content

Commit

Permalink
reverting change
Browse files Browse the repository at this point in the history
  • Loading branch information
MunishSharmaHMCTS committed Nov 11, 2024
1 parent 1bb335e commit fcc6199
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export class PdfJsWrapper {
}

public downloadFile(url: string, filename: string): void {
this.downloadManager.download(url, filename, {});
this.downloadManager.downloadUrl(url, filename, {});
}

public setPageNumber(pageNumber: number): void {
Expand Down

0 comments on commit fcc6199

Please sign in to comment.