You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Generalize scroll-handling to touches on mobile (#423)
Before, the behaviour was limited to scroll events. However, if there
are not enough search results to show a search bar, the event doesn't
trigger. This PR updates the corresponding Javascript to close the
keyboard on mobile during touch events.
0 commit comments