From 1db9ee0b7434543ebf2905abbc241207703e6be8 Mon Sep 17 00:00:00 2001 From: Jan Umbach Date: Fri, 21 Jun 2024 20:18:59 +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 4f75ae3..fec51d1 100644 --- a/snippets/shx-3d-render-input.liquid +++ b/snippets/shx-3d-render-input.liquid @@ -170,9 +170,9 @@
`; - for(let i = 0; i < options.length; i++) { + for(let color in options) { html += ` - + `;