react-pdf-highlighter
react-pdf-highlighter copied to clipboard
is it possible to place the highlighted text in the middle of the page?
Or is there any way to scroll back a little bit so the highlighted text will be visible at the middle?
Not at the moment.
If you are okay with editing the module yourself, setting scrollMargin in (PdfHighlighter.js) to window.PdfViewer.viewer.container.offsetHeight/2 works for me