wojtekmaj / react-pdf

Display PDFs in your React app as easily as if they were images.
https://projects.wojtekmaj.pl/react-pdf
MIT License
9.28k stars 878 forks source link

Fix customTextRenderer not working on documents without marked content #1531

Closed MattL75 closed 1 year ago

MattL75 commented 1 year ago

Fixes #1530

@wojtekmaj I think this is a good approach for now. I don't think there can be a mix of marked and unmarked content (at least not any use cases that make sense). So one or the other should work. Added a test for this case as well. Feel free to reformat :)

I confirmed with the document in the ticket, the highlighting occurs in the test project.

MattL75 commented 1 year ago

1530

corystevens commented 1 year ago

I can confirm that this fixes my issue.

wojtekmaj commented 1 year ago

Thanks!