Skip to content
Snippets Groups Projects
Commit 661a89ea authored by ThibG's avatar ThibG Committed by Eugen Rochko
Browse files

Autofocus comment textarea in report modal (#8689)

parent 7fa4144d
No related branches found
No related tags found
No related merge requests found
......@@ -106,6 +106,7 @@ export default class ReportModal extends ImmutablePureComponent {
onChange={this.handleCommentChange}
onKeyDown={this.handleKeyDown}
disabled={isSubmitting}
autoFocus
/>
{domain && (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment