Skip to content

Commit

Permalink
Remove redundant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Sep 13, 2024
1 parent 247ef7c commit fd2a368
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/react-pdf/src/Page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -586,10 +586,6 @@ export default function Page(props: PageProps): React.ReactElement {
return null;
}

/**
* As of now, PDF.js 2.0.943 returns warnings on unimplemented annotations in SVG mode.
* Therefore, as a fallback, we render "traditional" AnnotationLayer component.
*/
return <AnnotationLayer key={`${pageKey}_annotations`} />;
}

Expand Down

0 comments on commit fd2a368

Please sign in to comment.