if(content&&content!==''){// module `copy` keeps last copied thing in the memory, so don't show tooltip if nothing is copied, because nothing was added to memory
@ -187,7 +186,7 @@ export function ContractGUI (props: ContractGUIProps) {
})}
</div>
<divclassName="udapp_group udapp_multiArg">
<CopyToClipboardcontent={clipboardContent}tip='Encode values of input fields & copy to clipboard'icon='fa-clipboard'direction={'left'}/>
<CopyToClipboardcontent={clipboardContent}tip='Encode values of input fields & copy to clipboard'icon='fa-clipboard'direction={'left'}onmousedown={onCTCMouseDown}/>