Merge branch 'main' into vanillarepl
This commit is contained in:
commit
e4e2d60b28
52 changed files with 3693 additions and 502 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue