fix: default cyclist

This commit is contained in:
Felix Roos
2023-10-02 20:57:25 +02:00
parent 25be8fca0d
commit f2534310e8
+1 -1
View File
@@ -28,7 +28,7 @@ export function repl({
getTime,
onToggle,
};
const scheduler = createCyclist?.(cyclistParams) || new Cyclist(p);
const scheduler = createCyclist?.(cyclistParams) || new Cyclist(cyclistParams);
const setPattern = (pattern, autostart = true) => {
pattern = editPattern?.(pattern) || pattern;