mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-03 08:43:48 +03:00
feat: add tabindex 0 to search bar icon for direct focus
This commit is contained in:
parent
b754b1e052
commit
a54983c339
@ -101,6 +101,7 @@ export function Header({ onSearch, onClear, search }: HeaderProps) {
|
||||
type="button"
|
||||
className={styles.actionButton}
|
||||
onClick={focusInput}
|
||||
tabIndex={-1}
|
||||
>
|
||||
<SearchIcon />
|
||||
</button>
|
||||
|
Loading…
Reference in New Issue
Block a user