#69 : Fix case, update tests

This commit is contained in:
Vadim
2021-09-10 22:17:25 +03:00
parent f03a6d0cbe
commit 8c0a1fbd4c
4 changed files with 30 additions and 27 deletions

View File

@@ -39,6 +39,7 @@ function createStore() {
infinite,
particlesCount,
particlesToScroll,
particlesToShow,
clonesCountTail,
}) {
update(store => {
@@ -46,6 +47,7 @@ function createStore() {
currentParticleIndex: store.currentParticleIndex,
particlesCount,
particlesToScroll,
particlesToShow,
clonesCountTail,
})
return {