diff --git a/snippets/shx-3d-render-input.liquid b/snippets/shx-3d-render-input.liquid index c1b128c..e6648cf 100644 --- a/snippets/shx-3d-render-input.liquid +++ b/snippets/shx-3d-render-input.liquid @@ -142,7 +142,7 @@ function SHX_IFC_genColorSelect(inputID, labelText, inputName, inputVal, options, section_id) { let html = ` -
+
`; for(let i = 0; i < options.length; i++) { @@ -152,7 +152,7 @@ `; } - html += `
`; + html += ``; return html; }