vue-carousel-3d icon indicating copy to clipboard operation
vue-carousel-3d copied to clipboard

Adding slides from zero makes current slide invisible.

Open icarito opened this issue 6 years ago • 3 comments

The effect is very similar to what can be seen in #48 - but it can be triggered from the Playground by:

  • First removing every slide.
  • Add slides.
  • There will be no slide selected.

icarito avatar Mar 02 '18 03:03 icarito

This is a bug and needs to be fixed.

Wlada avatar Jun 28 '18 15:06 Wlada

When will it be fixed?

xikong1995 avatar Oct 12 '18 07:10 xikong1995

I got this bug solved like this: first I initiated the vue-carousel-3d with the array which has only ONE mocked element in it, and then add add new elements to the list, and then pop/unshift the first element from the list.

vannel avatar Mar 04 '19 10:03 vannel