mirror of
https://github.com/mastodon/mastodon
synced 2024-11-23 14:46:18 +09:00
Add missing autofocus on boost modal (#32953)
This commit is contained in:
parent
bcf5d30e01
commit
60801ab914
@ -128,6 +128,8 @@ export const BoostModal: React.FC<{
|
||||
? messages.cancel_reblog
|
||||
: messages.reblog,
|
||||
)}
|
||||
/* eslint-disable-next-line jsx-a11y/no-autofocus -- We are in the modal */
|
||||
autoFocus
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user