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"
|
type="button"
|
||||||
className={styles.actionButton}
|
className={styles.actionButton}
|
||||||
onClick={focusInput}
|
onClick={focusInput}
|
||||||
|
tabIndex={-1}
|
||||||
>
|
>
|
||||||
<SearchIcon />
|
<SearchIcon />
|
||||||
</button>
|
</button>
|
||||||
|
Loading…
Reference in New Issue
Block a user