vue-carousel
vue-carousel copied to clipboard
Cannot scroll to last slide if scrollPerPage=false
Bug Report
Current Behavior
The last slide can be reached with scrollPerPage=true
but not with scrollPerPage=false.
Expected behavior/code
The last slide should be reachable with scrollPerPage=false.
I noticed that the slide appears, it's just the icons the pagination icon that does not become active.
there is a patch in https://github.com/SSENSE/vue-carousel/issues/527