Add missing autofocus on boost modal (#32953)

pull/2902/head
Jeong Arm 2024-11-18 03:48:27 -05:00 committed by GitHub
parent bcf5d30e01
commit 60801ab914
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -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>