pull/1/head
Jan Umbach 2024-05-30 12:00:23 +02:00
parent ec1fbb56f5
commit 27eea9072c
1 changed files with 5 additions and 0 deletions

View File

@ -1126,6 +1126,11 @@ class VariantSelects extends HTMLElement {
})
.includes(false);
});
document.querySelectorAll('shx-drehteller').forEach((drehteller) => {
drehteller.reloadCurrentVariant(this.currentVariant.featured_image.alt);
console.log("drehteller INIT", drehteller);
});
}
updateSelectedSwatchValue({ target }) {