From 5083d794dc565fe3b292456fb70be5a2d0d8a380 Mon Sep 17 00:00:00 2001 From: Jan Umbach Date: Fri, 28 Jun 2024 18:10:15 +0200 Subject: [PATCH] test --- snippets/shx-3d-render-input.liquid | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/snippets/shx-3d-render-input.liquid b/snippets/shx-3d-render-input.liquid index 9ba5ff2..ffd3882 100644 --- a/snippets/shx-3d-render-input.liquid +++ b/snippets/shx-3d-render-input.liquid @@ -827,7 +827,7 @@ // edit inner html content.innerHTML = ""; - this.renderView(); + for(let key in globalInputFormsObj) { if(key === this.currentVariant) { @@ -884,6 +884,8 @@ easing: 'cubicBezier(0.590, 0.190, 0.050, 0.990)' }); } + + this.renderView(); } }