test
parent
27eea9072c
commit
741ae83498
|
@ -974,6 +974,9 @@ class VariantSelects extends HTMLElement {
|
|||
super();
|
||||
this.addEventListener('change', this.onVariantChange);
|
||||
|
||||
this.updateOptions();
|
||||
this.updateMasterId();
|
||||
|
||||
document.querySelectorAll('shx-drehteller').forEach((drehteller) => {
|
||||
drehteller.reloadCurrentVariant(this.currentVariant.featured_image.alt);
|
||||
console.log("drehteller INIT", drehteller);
|
||||
|
@ -1127,10 +1130,7 @@ 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