We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b2a32eb + 1b1c027 commit 9e2f9e3Copy full SHA for 9e2f9e3
src/components/CodeEmbed/frame.tsx
@@ -163,7 +163,7 @@ export const CodeFrame = (props: CodeFrameProps) => {
163
base: props.base,
164
scripts: props.scripts,
165
instanceMode: props.jsCode.includes('new p5'),
166
- }) : undefined}
+ }) : ""}
167
sandbox="allow-scripts allow-popups allow-modals allow-forms allow-same-origin"
168
aria-label="Code Preview"
169
title="Code Preview"
0 commit comments