Move listening buttons to end of tab order

This commit is contained in:
Max Goodhart
2020-06-18 20:58:54 -07:00
parent cec898900f
commit 77aed5e81c

View File

@@ -160,6 +160,7 @@ function GridInput({
<ListeningButton
isListening={isListening}
onClick={handleListeningClick}
tabIndex={1}
/>
<StyledGridInput
name={idx}