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
Mapped index is not modified when no wraparound but vModel is updated to it. This seems wrong. Additionally if the targetIndex is the same as the currentIndex we should abort early
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
Carousel v-model goes past last slide in autoplay
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The vModel to stay less than 2
Issue seems to be there
vue3-carousel/src/components/Carousel/Carousel.ts
Lines 488 to 521 in 8ba5bf3
Mapped index is not modified when no wraparound but vModel is updated to it. This seems wrong. Additionally if the targetIndex is the same as the currentIndex we should abort early
The text was updated successfully, but these errors were encountered: