Skip to content

Commit

Permalink
fix: fix the entrance animation of the confirm wallets modal
Browse files Browse the repository at this point in the history
  • Loading branch information
Ikari-Shinji-re authored and RanGojo committed May 11, 2024
1 parent 5dbcd37 commit 1907ad2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,6 @@ export function ConfirmWalletsModal(props: PropTypes) {
}>
<Divider size={4} />
<StyledTextField
autoFocus
placeholder={i18n.t('Your destination address')}
value={customDestination || ''}
onChange={(e) => {
Expand All @@ -449,6 +448,7 @@ export function ConfirmWalletsModal(props: PropTypes) {
setCustomDestination(value.length ? value : null);
}
}}
{...(!customDestination && { autoFocus: true })}
/>
</CustomCollapsible>

Expand Down

0 comments on commit 1907ad2

Please sign in to comment.