diff --git a/frontend/src/App.svelte b/frontend/src/App.svelte index 8d256c8..7368520 100644 --- a/frontend/src/App.svelte +++ b/frontend/src/App.svelte @@ -47,7 +47,7 @@ // Play silent sound to fully unlock audio const oscillator = ctx.createOscillator() const gainNode = ctx.createGain() - oscillator.connect(gainNode) + oscillator.connect(gainNode) gainNode.connect(ctx.destination) gainNode.gain.value = 0 // Silent oscillator.start()