mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-13 15:58:50 +00:00
Autofocus comment textarea in report modal
This commit is contained in:
@@ -106,6 +106,7 @@ export default class ReportModal extends ImmutablePureComponent {
|
||||
onChange={this.handleCommentChange}
|
||||
onKeyDown={this.handleKeyDown}
|
||||
disabled={isSubmitting}
|
||||
autoFocus
|
||||
/>
|
||||
|
||||
{domain && (
|
||||
|
||||
Reference in New Issue
Block a user