Open danieladugyan opened 2 weeks ago
The songbook in the app has a search field that loses focus whenever the user stops typing.
Potential solution: Increase the timeout between when the user stops typing and when the search gets made?
Partially fixed by #581 , but should probably be redone in a better way.
There is an option noScroll in the goto function. Maybe that could fix it?
noScroll
await goto(`${i18n.route($page.url.pathname)}?${urlParams.toString()}`, { replaceState: true, noScroll: true, });
Description
The songbook in the app has a search field that loses focus whenever the user stops typing.
Steps to reproduce