Skip to content

Commit

Permalink
[Glitch] Add missing autofocus on boost modal
Browse files Browse the repository at this point in the history
Port 60801ab to glitch-soc

Signed-off-by: Claire <[email protected]>
  • Loading branch information
tribela authored and ClearlyClaire committed Nov 24, 2024
1 parent 6374937 commit 06c462e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 06c462e

Please sign in to comment.