Skip to content

Commit

Permalink
Remove autofocus from label input
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsmorais committed Feb 25, 2020
1 parent 397fdcb commit e502a93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/components/UI/LabelInput.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ const LabelInput = ({
onChange={updateCurrentTag}
color="inherit"
value={currentTag}
autoFocus
onSelect={(event) => {
event.stopPropagation();
onAddTag(event.suggestion);
Expand Down

0 comments on commit e502a93

Please sign in to comment.