mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-01-27 10:03:11 -05:00
Autofocus comment textarea in report modal
This commit is contained in:
parent
b3c698d6f4
commit
1cb3af21c5
@ -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 && (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user