Skip to content
This repository has been archived by the owner on Dec 20, 2018. It is now read-only.

Commit

Permalink
Autofocus comment textarea in report modal (mastodon#8689)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClearlyClaire authored and kyori19 committed Sep 17, 2018
1 parent 6420891 commit bf71699
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ export default class ReportModal extends ImmutablePureComponent {
onChange={this.handleCommentChange}
onKeyDown={this.handleKeyDown}
disabled={isSubmitting}
autoFocus
/>

{domain && (
Expand Down

0 comments on commit bf71699

Please sign in to comment.