Skip to content

Commit

Permalink
Autofocus for Manual Link Episode Select (#1085)
Browse files Browse the repository at this point in the history
  • Loading branch information
natyusha authored Sep 28, 2024
1 parent 63976fc commit f630de2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Input/SelectEpisodeList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ const SelectEpisodeList = React.memo((
className="z-[110] w-[--button-width] origin-top rounded-lg bg-panel-background transition [--anchor-max-height:24rem] focus:outline-none"
>
<Input
autoFocus
className="grow"
id="epFilter"
type="text"
Expand Down

0 comments on commit f630de2

Please sign in to comment.