mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-11 13:56:16 +00:00
feat: add tabindex 0 to search bar icon for direct focus
This commit is contained in:
@@ -101,6 +101,7 @@ export function Header({ onSearch, onClear, search }: HeaderProps) {
|
||||
type="button"
|
||||
className={styles.actionButton}
|
||||
onClick={focusInput}
|
||||
tabIndex={-1}
|
||||
>
|
||||
<SearchIcon />
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user