mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Set tab index on the modals close button so it doesnt autofocus
This commit is contained in:
parent
1afa24d12a
commit
0203347c4a
1 changed files with 1 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ export function SetLabelsModal(props: SetLabelsModalProps): JSX.Element {
|
|||
onClick={() => {
|
||||
props.onOpenChange(false)
|
||||
}}
|
||||
tabIndex={-1}
|
||||
>
|
||||
<CrossIcon
|
||||
size={14}
|
||||
|
|
|
|||
Loading…
Reference in a new issue