Merge branch 'main' into vanillarepl

This commit is contained in:
Felix Roos
2025-12-28 12:58:45 +01:00
52 changed files with 3693 additions and 502 deletions
+2 -2
View File
@@ -293,9 +293,9 @@ export class StrudelMirror {
console.warn('first frame could not be painted');
}
}
async evaluate() {
async evaluate(autostart = true) {
this.flash();
await this.repl.evaluate(this.code);
await this.repl.evaluate(this.code, autostart);
}
async stop() {
this.repl.scheduler.stop();