Merge branch 'feat/eth-oracle-spec' of github.com:vegaprotocol/frontend-monorepo into feat/eth-oracle-spec
This commit is contained in:
@@ -15,7 +15,7 @@ export function CopyWithTooltip({ children, text }: CopyWithTooltipProps) {
|
||||
|
||||
return (
|
||||
<CopyToClipboard text={text} onCopy={() => setCopied(true)}>
|
||||
{/* Needs this wrapping div as tooltip component interfere with element used to capture click for copy */}
|
||||
{/* Needs this wrapping div as tooltip component interferes with element used to capture click for copy */}
|
||||
<span>
|
||||
<Tooltip description="Copied" open={copied} align="center">
|
||||
{children}
|
||||
|
||||
Reference in New Issue
Block a user