formatting/minor
This commit is contained in:
@ -120,6 +120,7 @@ initialize = () => {
|
||||
const togglePlayback = () => {
|
||||
if (window.isPlaying) {
|
||||
sound.stop();
|
||||
sound.unload();
|
||||
} else {
|
||||
sound.play();
|
||||
}
|
||||
|
Reference in New Issue
Block a user