formatting/minor

This commit is contained in:
2025-06-22 07:53:02 -04:00
parent f993a571db
commit 4eb95b5ba0
2 changed files with 1 additions and 1 deletions

View File

@ -120,6 +120,7 @@ initialize = () => {
const togglePlayback = () => {
if (window.isPlaying) {
sound.stop();
sound.unload();
} else {
sound.play();
}