marcelodlr
Results
2
issues of
marcelodlr
Hi Folks, I have found an issue when highlighting a text across multiple pages where some lines of text are excluded from the highlight. Debugging the `onSelectionFinished` function, the `content`...
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...