Set infinite to true

This commit is contained in:
Vadim
2021-11-30 15:50:49 +03:00
parent 4605e29679
commit bf43b6a3b5

View File

@@ -53,7 +53,7 @@
/**
* Infinite looping
*/
export let infinite = false
export let infinite = true
$: {
data.infinite = infinite
}