wojtekmaj / react-pdf

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

fix: the selection will expand to cover all text #1840

Open ymrdf opened 3 days ago

ymrdf commented 3 days ago

In non-Firefox browsers, when hovering over an empty space, the selection will expand to cover all the text between the current selection and .endOfContent. By moving .endOfContent to right after limit the selection jump to at most cover the enteirety of the where the selection is being modified.