Skip to content

Commit

Permalink
Merge pull request #2564 from Chia-Network/cmj/fix-focus-issue-in-off…
Browse files Browse the repository at this point in the history
…er-page

Fixed losing focus issue on offer builder page
  • Loading branch information
ChiaMineJP authored Jan 17, 2025
2 parents 74c0f2e + 3fa41e3 commit 5e6dbcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/gui/src/components/offers2/OfferBuilderValue.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ export default function OfferBuilderValue(props: OfferBuilderValueProps) {
showAmountInMojos={showAmountInMojos}
required
fullWidth
autoFocus
/>
) : type === 'fee' ? (
builderReadOnly ? (
Expand Down

0 comments on commit 5e6dbcc

Please sign in to comment.