Dont autofocus the search input
parent
62c6da3b9f
commit
a7a310a06b
|
@ -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])
|
||||
|
|
Loading…
Reference in New Issue