Dont autofocus the search input
This commit is contained in:
@@ -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])
|
||||||
|
|||||||
Reference in New Issue
Block a user