Skip to content

Commit

Permalink
don't track number changes
Browse files Browse the repository at this point in the history
lazy solution ik, but did not want to go through logic of preserving intial state or something when not clicked
  • Loading branch information
BrandonTheBusyBeaver117 committed Mar 10, 2024
1 parent cdd5734 commit f543773
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/inputs/Numbers.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const Numbers = ({ label, prop, phase, idealLength = 4, width, twoLines, height
dispatch({
type: `set${phase ? "InPhase" : ""}`,
prop,
track: false,
val: !(
event.target.value === undefined || event.target.value === ""
)
Expand Down

0 comments on commit f543773

Please sign in to comment.