Autofocus comment textarea in report modal ()

remotes/1727458204337373841/tmp_refs/heads/signup-info-prompt
ThibG 2018-09-13 15:27:29 +02:00 committed by Eugen Rochko
parent 7fa4144d48
commit 661a89ea74
1 changed files with 1 additions and 0 deletions
app/javascript/mastodon/features/ui/components

View File

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