Autofocus comment textarea in report modal
parent
6acc3e1fbd
commit
634a1ddc6a
|
@ -106,6 +106,7 @@ export default class ReportModal extends ImmutablePureComponent {
|
|||
onChange={this.handleCommentChange}
|
||||
onKeyDown={this.handleKeyDown}
|
||||
disabled={isSubmitting}
|
||||
autoFocus
|
||||
/>
|
||||
|
||||
{domain && (
|
||||
|
|
Loading…
Reference in New Issue