ngx-extended-pdf-viewer icon indicating copy to clipboard operation
ngx-extended-pdf-viewer copied to clipboard

The FindController needs to be informed about changes of the PageViewMode

Open stephanrauh opened this issue 6 months ago • 0 comments

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.

stephanrauh avatar Aug 14 '24 19:08 stephanrauh