react-pdf-highlighter icon indicating copy to clipboard operation
react-pdf-highlighter copied to clipboard

FIX - include rectangles not visible in the viewport

Open marcelodlr opened this issue 2 years ago • 1 comments

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.

marcelodlr avatar May 27 '22 17:05 marcelodlr

#190 - This Pull request fixes this issue.

marcelodlr avatar May 27 '22 17:05 marcelodlr

Thanks @marcelodlr! This is released in 5.6.0.

agentcooper avatar Nov 28 '22 22:11 agentcooper