Lucas Cubilla
Lucas Cubilla
I'm experiencing the exact same issue
Hi! how did you ended up getting the coords @maxh?, it's exactly what I'm looking for right now, I have a list of pdf which all shares the same layout,...
> @maxh @LICF01 > Here is the [full code](https://github.com/react-pdf-viewer/examples/tree/main/keep-scroll-position-after-changing-the-document) of the demo I showed above. > > The entry point is `KeepScrollOffsetExample.tsx`. > > Let me know if you have...
> @azharhussain96 > > > Looks like scanned pdfs don't currently have the ability to highlight > > For those documents, you can't select texts to highlight. However, you can...
onColumnVisibilityChange behaves strange when clicked the show menu column showAll or hideAll button
I've had this issue too, and it's due to how [react batches state updates](https://react.dev/learn/queueing-a-series-of-state-updates), it works well if you pass the prev from the setColumnVisibility to the updater function like...