test
parent
ec1fbb56f5
commit
27eea9072c
|
@ -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 }) {
|
||||
|
|
Loading…
Reference in New Issue