DanielArnould / react-pdf-highlighter-extended

📄 Set of modern React components for PDF highlighting
https://danielarnould.github.io/react-pdf-highlighter-extended/example-app/
MIT License
43 stars 16 forks source link

Better selection event #15

Closed DanielArnould closed 1 month ago

DanielArnould commented 1 month ago

Switched from registering selections with timeouts and mouse movements to simply pointer up events. As far as I can tell, the original library only used the former for personal preference.

Added a toggle highlight button to demonstrate the new functionality of this as per #5 .