Skip to content

Commit

Permalink
Add missing autofocus on boost modal (mastodon#32953)
Browse files Browse the repository at this point in the history
  • Loading branch information
tribela authored Nov 18, 2024
1 parent bcf5d30 commit 60801ab
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 60801ab

Please sign in to comment.