Skip to content

Commit

Permalink
update: Wed 28 Aug 2024 08:29:48 CEST
Browse files Browse the repository at this point in the history
  • Loading branch information
cophilot committed Aug 28, 2024
1 parent 3164499 commit 32bfd54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/BoardScoreTable/BoardScoreTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ function InputCell({
<td>
<input
type="number"
inputMode="numeric"
onChange={(e) => setValue(e.target.value)}
value={value}
/>
Expand Down

0 comments on commit 32bfd54

Please sign in to comment.