Dont autofocus the search input

This commit is contained in:
Paul Frazee
2022-12-30 15:12:36 -06:00
parent dec9d97171
commit 9971f1f035
-1
View File
@@ -31,7 +31,6 @@ export const Search = ({navIdx, visible, params}: ScreenParams) => {
if (visible) {
store.shell.setMinimalShellMode(false)
autocompleteView.setup()
textInput.current?.focus()
store.nav.setTitle(navIdx, `Search`)
}
}, [store, visible, name])