disable sync
This commit is contained in:
parent
89ec87d32a
commit
5d0abe4151
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue