react-pdf-highlighter
react-pdf-highlighter copied to clipboard
FIX - include rectangles not visible in the viewport
This fixes the issue of not including highlight rectangles which are not visibile in the viewport.
The issue was happening because the top
and bottom
attributes from clientRect
are negative when the highlight rectangle is not visible in the viewport.
#190 - This Pull request fixes this issue.
Thanks @marcelodlr! This is released in 5.6.0
.