From 0b001e2b96426b1f797b2fce0d1fcd98fb75bde4 Mon Sep 17 00:00:00 2001 From: Jan Umbach Date: Thu, 30 May 2024 12:32:35 +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 9ce12e4..e44b127 100644 --- a/snippets/shx-product-desc.liquid +++ b/snippets/shx-product-desc.liquid @@ -20,7 +20,7 @@ this.currentVariant = id; // edit inner html - this.shadowRoot.innerHTML = `
Init variant: ${this.currentVariant}
`; + this.innerHTML = `
Init variant: ${this.currentVariant}
`; } disconnectedCallback() {