diff --git a/website/src/repl/Repl.jsx b/website/src/repl/Repl.jsx index f43669f6..675a1066 100644 --- a/website/src/repl/Repl.jsx +++ b/website/src/repl/Repl.jsx @@ -72,7 +72,7 @@ export function Repl({ embedded = false }) { }); }; const editor = new StrudelMirror({ - sync: true, + sync: false, defaultOutput: webaudioOutput, getTime: () => getAudioContext().currentTime, transpiler,