Skip to content

Commit

Permalink
[BX-894] wallet selection dropdown action is not fired when clicking …
Browse files Browse the repository at this point in the history
…public address text (#758)
  • Loading branch information
derHowie authored and greg-schrammel committed Jul 13, 2023
1 parent b5cb257 commit e96e5e3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/entries/popup/pages/send/ToAddressInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,12 @@ export const ToAddressInput = React.forwardRef<InputRefAPI, ToAddressProps>(
</Box>
<AnimatePresence>
{!inputVisible && isNameDefined && (
<Box as={motion.div} key="wallet" layout="position">
<Box
as={motion.div}
key="wallet"
layout="position"
onClick={onDropdownAction}
>
<Text weight="semibold" size="12pt" color="labelTertiary">
{truncateAddress(toAddress)}
</Text>
Expand Down

0 comments on commit e96e5e3

Please sign in to comment.