Skip to content

Commit

Permalink
hide tooltip when modal is open
Browse files Browse the repository at this point in the history
  • Loading branch information
maxaleks committed Aug 1, 2024
1 parent c4ae053 commit da2d9bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/snippets/walletMenu/WalletMenuDesktop.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const WalletMenuDesktop = ({ isHomePage, className, size = 'md' }: Props) => {
<Box ml={ 2 }>
<PopoverTrigger>
<WalletTooltip
isDisabled={ isMobile === undefined || isMobile }
isDisabled={ isMobile === undefined || isMobile || isModalOpening || isModalOpen }
isWalletConnected={ isWalletConnected }
isAutoConnectDisabled={ isAutoConnectDisabled }
>
Expand Down

0 comments on commit da2d9bf

Please sign in to comment.