Browse Source

Autofocus comment textarea in report modal (#8689)

pull/4/head
ThibG 5 years ago
committed by Eugen Rochko
parent
commit
661a89ea74
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app/javascript/mastodon/features/ui/components/report_modal.js

+ 1
- 0
app/javascript/mastodon/features/ui/components/report_modal.js View File

@ -106,6 +106,7 @@ export default class ReportModal extends ImmutablePureComponent {
onChange={this.handleCommentChange}
onKeyDown={this.handleKeyDown}
disabled={isSubmitting}
autoFocus
/>
{domain && (

Loading…
Cancel
Save