gs-shop / vue-slick-carousel

🚥Vue Slick Carousel with True SSR Written for ⚡Faster Luxstay
https://gs-shop.github.io/vue-slick-carousel/
Other
801 stars 186 forks source link

Fixed the afterChange event not firing when iFrame resizes #278

Open raghuvarmanj opened 7 months ago

raghuvarmanj commented 7 months ago

Issue Fixed

When it comes to an iframe, the iframe resizer will trigger the resizing and as a result of that this InnerSlider.vue will get into the Resize block which resets the animation to undefined. This will prevent triggering the afterChange function. As a results of it when the slider moves the upcoming dates will not clickable and the default first date will not be selected as well.