ngx-extended-pdf-viewer
ngx-extended-pdf-viewer copied to clipboard
The FindController needs to be informed about changes of the PageViewMode
In infinite scroll mode, the method scrollIntoView
works slightly differently. Unfortunately, the PDFFindController
is initialized with the initial page view mode, and it's never updated. If the user changes between infinite and traditional scroll, scrolling the search results into view is probably a few pixels off.