You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I've updgaded to 0.3.x version and infinite scroll mode seems to be broken.
To Reproduce
Steps to reproduce the behavior:
Set infiniteScroll to true
See the generated html. Some of slides will have is-current class, most of them will have is-prev class. Indexes of 3 slides looks like this [0, 1, 2, 0, 1, 2, -3, -2, -1] (see screenshot)
Expected behavior
Expect prev slides to have is-prev class, next slides to have is-next slides.
Expect indexes like this [-3, -2, -1, 0, 1, 2, 3, 4, 5] for the 3 slides count
Describe the bug
I've updgaded to 0.3.x version and infinite scroll mode seems to be broken.
To Reproduce
Steps to reproduce the behavior:
is-current
class, most of them will haveis-prev
class. Indexes of 3 slides looks like this[0, 1, 2, 0, 1, 2, -3, -2, -1]
(see screenshot)Expected behavior
Expect prev slides to have
is-prev
class, next slides to haveis-next
slides.Expect indexes like this
[-3, -2, -1, 0, 1, 2, 3, 4, 5]
for the 3 slides countScreenshots
https://jmp.sh/1elHRxg
Desktop:
The text was updated successfully, but these errors were encountered: