mirror of
https://github.com/streamwall/streamwall.git
synced 2026-01-31 01:12:48 -05:00
Move listening buttons to end of tab order
This commit is contained in:
@@ -160,6 +160,7 @@ function GridInput({
|
|||||||
<ListeningButton
|
<ListeningButton
|
||||||
isListening={isListening}
|
isListening={isListening}
|
||||||
onClick={handleListeningClick}
|
onClick={handleListeningClick}
|
||||||
|
tabIndex={1}
|
||||||
/>
|
/>
|
||||||
<StyledGridInput
|
<StyledGridInput
|
||||||
name={idx}
|
name={idx}
|
||||||
|
|||||||
Reference in New Issue
Block a user