test
parent
c40226927d
commit
825d5e6fbe
|
@ -1140,7 +1140,7 @@ class VariantSelects extends HTMLElement {
|
|||
// if display is not none, then show the image
|
||||
if (galleryImage.style.display !== 'none') {
|
||||
|
||||
if (index < 1) {
|
||||
if (index <= 0) {
|
||||
index++;
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue