From d68138a5c3b9f8b02bb6b1ae3d3a1b3452681447 Mon Sep 17 00:00:00 2001 From: Jan Umbach Date: Fri, 21 Jun 2024 19:50:40 +0200 Subject: [PATCH] shx-3d-render --- snippets/shx-3d-render-input.liquid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }