This commit is contained in:
Hayk Martiros 2022-11-24 14:56:01 -08:00
parent 833a45ea21
commit 954b634e25
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ export default function Home() {
Tone.Transport.pause(); Tone.Transport.pause();
} }
} }
}, [paused]); }, [paused, tonePlayer]);
// ///////////// // /////////////