Skip to content

Commit

Permalink
Remove workaround for wrong downloadManager type
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed May 8, 2024
1 parent 8d08eaf commit fcbcdca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/react-pdf/src/Page/AnnotationLayer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,6 @@ export default function AnnotationLayer() {
annotations,
annotationStorage: pdf.annotationStorage,
div: layer,
// See https://github.com/mozilla/pdf.js/issues/17029
downloadManager: null as unknown as IDownloadManager,
imageResourcesPath,
linkService,
page,
Expand Down

0 comments on commit fcbcdca

Please sign in to comment.