[Glitch] Add missing autofocus on boost modal
Port 60801ab914
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
pull/2902/head
parent
6374937147
commit
06c462ed1a
|
@ -136,6 +136,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