From 3fa41e37687e926303df5de877924ce2f865a936 Mon Sep 17 00:00:00 2001 From: Izumi Hoshino Date: Wed, 25 Dec 2024 23:45:23 +0900 Subject: [PATCH] Fixed losing focus issue on offer builder page --- packages/gui/src/components/offers2/OfferBuilderValue.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/gui/src/components/offers2/OfferBuilderValue.tsx b/packages/gui/src/components/offers2/OfferBuilderValue.tsx index 42ef740cb0..a35c02d5ba 100644 --- a/packages/gui/src/components/offers2/OfferBuilderValue.tsx +++ b/packages/gui/src/components/offers2/OfferBuilderValue.tsx @@ -156,6 +156,7 @@ export default function OfferBuilderValue(props: OfferBuilderValueProps) { showAmountInMojos={showAmountInMojos} required fullWidth + autoFocus /> ) : type === 'fee' ? ( builderReadOnly ? (