mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-16 09:18:46 +00:00
[Glitch] Add missing autofocus on boost modal
Port 60801ab914 to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
@@ -136,6 +136,8 @@ export const BoostModal: React.FC<{
|
|||||||
? messages.cancel_reblog
|
? messages.cancel_reblog
|
||||||
: messages.reblog,
|
: messages.reblog,
|
||||||
)}
|
)}
|
||||||
|
/* eslint-disable-next-line jsx-a11y/no-autofocus -- We are in the modal */
|
||||||
|
autoFocus
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user