disable sync

This commit is contained in:
Felix Roos 2024-03-21 21:31:02 +01:00
parent 89ec87d32a
commit 5d0abe4151

View File

@ -16,7 +16,7 @@ export function repl({
onToggle,
editPattern,
onUpdateState,
sync = true,
sync = false,
}) {
const state = {
schedulerError: undefined,