pull/1/head
Jan Umbach 2024-05-28 17:28:31 +02:00
parent c40226927d
commit 825d5e6fbe
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}