diff --git a/src/main.ts b/src/main.ts index f71fe60..0ca6db0 100644 --- a/src/main.ts +++ b/src/main.ts @@ -463,6 +463,7 @@ export class Editor { this.stop_buttons.forEach((button) => { button.addEventListener("click", () => { this.setButtonHighlighting("stop", true); + this.isPlaying = false; this.clock.stop(); }); });