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.
1 parent 0816c04 commit 2ffd62cCopy full SHA for 2ffd62c
components/playgroundEditor/LiveCodes.tsx
@@ -31,7 +31,7 @@ export default function LiveCodes({
31
}, [playground, darkTheme]);
32
33
const baseConfig: Partial<Config> = {
34
- autoupdate: true, // changed to true
+ autoupdate: true,
35
languages: [language === "jupyter" ? "python-wasm" : language],
36
script: {
37
language: language === "jupyter" ? "python-wasm" : language,
0 commit comments