diff --git a/js/widgets/modewidget.js b/js/widgets/modewidget.js index 81a3cf2845..b34a6f2774 100644 --- a/js/widgets/modewidget.js +++ b/js/widgets/modewidget.js @@ -79,6 +79,7 @@ class ModeWidget { _("Play") ); this._playButton.onclick = () => { + this._playing = false; logo.resetSynth(0); if (this._playingStatus()) { this._playing = false;