Skip to content

Commit

Permalink
Merge branch 'master' into support-linea
Browse files Browse the repository at this point in the history
  • Loading branch information
dohaki committed Mar 19, 2024
2 parents ce28d87 + cbc65be commit 3b9c942
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/Bridge/components/AmountInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export function AmountInput({
valid={didEnter ? isAmountValid : true}
placeholder="Enter amount"
value={amountInput}
onWheel={(e) => e.currentTarget.blur()}
onChange={(e) => {
if (!didEnter) {
setDidEnter(true);
Expand Down

0 comments on commit 3b9c942

Please sign in to comment.