From 771e203ae9a3a311530541c83fa14c245b030563 Mon Sep 17 00:00:00 2001 From: Jan Umbach Date: Thu, 30 May 2024 12:31:30 +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 8f4795c..9ce12e4 100644 --- a/snippets/shx-product-desc.liquid +++ b/snippets/shx-product-desc.liquid @@ -13,7 +13,7 @@ } connectedCallback() { - this.attachShadow({ mode: 'open' }); // Attach a shadow root to the element. + this.innerHTML = `
Hello, world!
`; } initCurrentVariant(id) {