Skip to content

Commit

Permalink
Fixed losing focus issue on offer builder page
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiaMineJP committed Dec 25, 2024
1 parent d2e29f9 commit 3fa41e3
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 3fa41e3

Please sign in to comment.