pull/1/head
Jan Umbach 2024-05-29 21:23:22 +02:00
parent 4e77c1fa70
commit 4e1f875912
1 changed files with 3 additions and 0 deletions

View File

@ -657,6 +657,9 @@ class SliderComponent extends HTMLElement {
setTimeout(() => {
this.sliderItems = this.querySelectorAll('[id^="Slide-"]');
this.initPages();
console.log('resetPages', this.totalPages, this.currentPage, this.slider.scrollLeft, this.sliderItemOffset);
console.log("resetPages this", this);
}, 500);
}