playground: minor build fixes

This commit is contained in:
Yeicor
2025-07-19 22:02:33 +02:00
parent fc32393635
commit b54453ca06
3 changed files with 9 additions and 8 deletions

View File

@@ -54,8 +54,6 @@ async function setupPyodide() {
await (micropip.install("lib3mf"))
micropip.add_mock_package("py-lib3mf", "2.4.1", modules={"py_lib3mf": '''from lib3mf import *'''})
await (micropip.install(["build123d"]))`, output);
output("Preimporting build123d...\n");
await asyncRun(`import build123d`);
if (props.initialCode != "") {
await runCode();
opacity.value = 0.0; // Hide editor after running initial code