Skip to content

Commit

Permalink
hotfix: remove autofocus
Browse files Browse the repository at this point in the history
  • Loading branch information
illkle committed Mar 31, 2024
1 parent e5a1c39 commit fe13329
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/DayCell/DayCellNumber.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ export const DayCellNumber = ({
{displayedValue}
</div>
<input
autoFocus
inputMode={"decimal"}
type={"text"}
value={rawInput}
Expand Down

0 comments on commit fe13329

Please sign in to comment.