Dont autofocus the search input

zio/stable
Paul Frazee 2022-12-30 15:12:36 -06:00
parent 62c6da3b9f
commit a7a310a06b
1 changed files with 0 additions and 1 deletions

View File

@ -31,7 +31,6 @@ export const Search = ({navIdx, visible, params}: ScreenParams) => {
if (visible) { if (visible) {
store.shell.setMinimalShellMode(false) store.shell.setMinimalShellMode(false)
autocompleteView.setup() autocompleteView.setup()
textInput.current?.focus()
store.nav.setTitle(navIdx, `Search`) store.nav.setTitle(navIdx, `Search`)
} }
}, [store, visible, name]) }, [store, visible, name])