#69 : Fix case, update tests
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user