Skip to content

Commit 5f0c3f5

Browse files
authored
Neon: Can't open transaction from tooltip on Transaction details page (#2758)
1 parent 551270e commit 5f0c3f5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ui/tx/TxExternalTxs.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ const TxExternalTxs: React.FC<Props> = ({ data }) => {
3131
hash={ txHash }
3232
href={ externalTxFeature.explorerUrlTemplate.replace('{hash}', txHash) }
3333
isExternal
34+
// tooltip inside tooltip doesn't work well
35+
noTooltip
3436
/>
3537
)) }
3638
</Flex>
@@ -41,6 +43,7 @@ const TxExternalTxs: React.FC<Props> = ({ data }) => {
4143
<Tooltip
4244
content={ content }
4345
variant="popover"
46+
interactive
4447
positioning={{ placement: 'bottom-end' }}
4548
openDelay={ 300 }
4649
contentProps={{ w: { base: '300px', lg: '460px' } }}

0 commit comments

Comments
 (0)