From 298da82eb36f8b7fa4de7c6034ba84105d8024d9 Mon Sep 17 00:00:00 2001 From: Jan Umbach Date: Thu, 30 May 2024 12:58:53 +0200 Subject: [PATCH] test --- snippets/shx-product-desc.liquid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/shx-product-desc.liquid b/snippets/shx-product-desc.liquid index 06c0cb4..76c20d8 100644 --- a/snippets/shx-product-desc.liquid +++ b/snippets/shx-product-desc.liquid @@ -58,7 +58,7 @@ videoElement.classList.add('shx-video-for-desc'); // pause all video - this.videoClones.keys().forEach((key) => { + Object.keys(this.videoClones).forEach((key) => { if (key !== this.currentVariant) { this.videoClones[key].pause(); }