{copied ? 'Code copied' : copyLabel}}
- exitDelay={copied ? 1600 : 300}
+ content={{isCopied ? 'Code copied' : copyLabel}
}
+ exitDelay={isCopied ? 1600 : 300}
entryDelay={300}
maxWidth="100px"
position="top"
@@ -91,7 +86,7 @@ export const ExampleToolbar = ({
@@ -118,6 +113,7 @@ export const ExampleToolbar = ({
onClick={() => {
trackEvent('code_editor_control_click', 'click_event', 'CODESANDBOX_LINK');
}}
+ className="ws-code-editor-control"
>