Fix swiper=false bug
This commit is contained in:
@@ -29,4 +29,10 @@ IdmHotspot = class extends IdmHotspot {
|
||||
|
||||
return labelMarkup;
|
||||
}
|
||||
|
||||
// Dodanie klasy do ramki rekomendacji
|
||||
async afterInit() {
|
||||
super.afterInit();
|
||||
if (this.hotspotEl) this.hotspotEl.classList.add("--presentation");
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user