bug: stop scrolling page when moving through search results
authorxangelo <git@xangelo.ca>
Wed, 25 Jan 2023 18:43:20 +0000 (13:43 -0500)
committerxangelo <git@xangelo.ca>
Wed, 25 Jan 2023 18:47:33 +0000 (13:47 -0500)
commitf3a8b6fe0a0f68a43103347fc065734fbaedddb6
treef9ae73f532cc8abcdc8991f424feb84e157ceb81
parenta503478efc4434ec26cbac146e85e48c0d76da96
bug: stop scrolling page when moving through search results

Disable scrolling the page when moving through search results. Will
auto-focus on result if it is off screen.
public/assets/bundle.js
src/cursor.ts
src/dom.ts [new file with mode: 0644]
src/search.ts