react-pdf-highlighter
react-pdf-highlighter copied to clipboard
Fixed scrollRef and scrollTo type in PdfHighlighter.tsx.
I made the correction because I thought the type of data passed to scrollTo
should be of type T_HT
with the type parameter applied, not IHighlight
, thanks.