Autofocus comment textarea in report modal

This commit is contained in:
Thibaut Girka 2018-09-13 12:05:18 +02:00 committed by ThibG
parent 6acc3e1fbd
commit 634a1ddc6a

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 && (