pull/1/head
Jan Umbach 2024-05-27 22:01:58 +02:00
parent 2a43dd2c5c
commit 351b536ad2
1 changed files with 1 additions and 1 deletions

View File

@ -1061,7 +1061,7 @@ class VariantSelects extends HTMLElement {
thumbnail.classList.remove('is-active'); thumbnail.classList.remove('is-active');
} }
} }
thumbnail.style.display = 'block'; thumbnail.style.display = '';
} }
); );