From fc0617f8e242d8a8355999ed05bae62f93d9cc26 Mon Sep 17 00:00:00 2001 From: Jan Umbach Date: Fri, 21 Jun 2024 19:57:46 +0200 Subject: [PATCH] shx-3d-render --- snippets/shx-3d-render-input.liquid | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/snippets/shx-3d-render-input.liquid b/snippets/shx-3d-render-input.liquid index f7d8d56..65e7563 100644 --- a/snippets/shx-3d-render-input.liquid +++ b/snippets/shx-3d-render-input.liquid @@ -142,17 +142,17 @@ function SHX_IFC_genColorSelect(inputID, labelText, inputName, inputVal, options, section_id) { let html = ` -
+
`; for(let i = 0; i < options.length; i++) { html += ` - + `; } - html += `
`; + html += ``; return html; }