Remove autofocus from some input controls

This commit is contained in:
riggraz
2019-11-25 23:07:20 +01:00
parent 595d06df05
commit 68acccf1a4
3 changed files with 2 additions and 3 deletions

View File

@@ -38,7 +38,6 @@ const NewComment = ({
value={body}
onChange={handleChange}
placeholder="Leave a comment"
autoFocus
className="newCommentBody"
/>
<Button