Commit 5f0c3f5c authored by Igor Stuev's avatar Igor Stuev Committed by GitHub

Neon: Can't open transaction from tooltip on Transaction details page (#2758)

parent 551270e7
...@@ -31,6 +31,8 @@ const TxExternalTxs: React.FC<Props> = ({ data }) => { ...@@ -31,6 +31,8 @@ const TxExternalTxs: React.FC<Props> = ({ data }) => {
hash={ txHash } hash={ txHash }
href={ externalTxFeature.explorerUrlTemplate.replace('{hash}', txHash) } href={ externalTxFeature.explorerUrlTemplate.replace('{hash}', txHash) }
isExternal isExternal
// tooltip inside tooltip doesn't work well
noTooltip
/> />
)) } )) }
</Flex> </Flex>
...@@ -41,6 +43,7 @@ const TxExternalTxs: React.FC<Props> = ({ data }) => { ...@@ -41,6 +43,7 @@ const TxExternalTxs: React.FC<Props> = ({ data }) => {
<Tooltip <Tooltip
content={ content } content={ content }
variant="popover" variant="popover"
interactive
positioning={{ placement: 'bottom-end' }} positioning={{ placement: 'bottom-end' }}
openDelay={ 300 } openDelay={ 300 }
contentProps={{ w: { base: '300px', lg: '460px' } }} contentProps={{ w: { base: '300px', lg: '460px' } }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment