Skip to content

Commit

Permalink
auto focus on input
Browse files Browse the repository at this point in the history
  • Loading branch information
Hy0tic committed Nov 2, 2023
1 parent a41361e commit ce8efa4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/GamePanel.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ const GamePanel = () => {
placeholder="Type your answer here"
radius="md"
size="md"
autoFocus
{...form.getInputProps('answerInput')}
/>
</form>
Expand Down

0 comments on commit ce8efa4

Please sign in to comment.