pull/1/head
Jan Umbach 2024-05-29 21:20:37 +02:00
parent d075fb0d68
commit 4e77c1fa70
1 changed files with 4 additions and 2 deletions

View File

@ -654,8 +654,10 @@ class SliderComponent extends HTMLElement {
} }
resetPages() { resetPages() {
this.sliderItems = this.querySelectorAll('[id^="Slide-"]'); setTimeout(() => {
this.initPages(); this.sliderItems = this.querySelectorAll('[id^="Slide-"]');
this.initPages();
}, 500);
} }
update() { update() {