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, onToggle,
editPattern, editPattern,
onUpdateState, onUpdateState,
sync = true, sync = false,
}) { }) {
const state = { const state = {
schedulerError: undefined, schedulerError: undefined,