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 245cdc7 commit 9c72074Copy full SHA for 9c72074
1 file changed
src/livecodes/core.ts
@@ -5566,13 +5566,6 @@ const createApi = (): API => {
5566
await reloadCompiler(newAppConfig);
5567
}
5568
await applyConfig(newConfig, /* reload = */ true, currentConfig);
5569
- const content = getContentConfig(newConfig as Config);
5570
- const hasContent = Object.values(content).some((value) => value != null);
5571
- if (hasContent) {
5572
- await loadConfig(newAppConfig);
5573
- } else if (shouldRun && newAppConfig.autoupdate === true) {
5574
- await run();
5575
- }
5576
return newAppConfig;
5577
};
5578
0 commit comments