WIP ranking of search results

This commit is contained in:
Drew Weymouth
2023-11-05 14:08:48 -08:00
parent 3238aad65a
commit 5fd3f96129
4 changed files with 45 additions and 7 deletions
+1
View File
@@ -136,6 +136,7 @@ func (q *QuickSearch) onSearched(query string) {
q.resultsMutex.Unlock()
q.list.Refresh()
q.list.ScrollToTop()
q.selectedIndex = 0
q.list.Select(0)
}