Fix pages count

This commit is contained in:
Vadim
2021-11-30 15:48:22 +03:00
parent f915c7b70d
commit 4605e29679
4 changed files with 43 additions and 3 deletions

View File

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