mirror of
https://github.com/webslides/WebSlides.git
synced 2025-08-31 08:45:21 +02:00
@@ -315,6 +315,7 @@ export default class WebSlides {
|
|||||||
|
|
||||||
DOM.fireEvent(this.el, 'ws:slide-change', {
|
DOM.fireEvent(this.el, 'ws:slide-change', {
|
||||||
slides: this.maxSlide_,
|
slides: this.maxSlide_,
|
||||||
|
slideEl: slide.el,
|
||||||
currentSlide0: this.currentSlideI_,
|
currentSlide0: this.currentSlideI_,
|
||||||
currentSlide: this.currentSlideI_ + 1
|
currentSlide: this.currentSlideI_ + 1
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user