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(); } }