diff --git a/snippets/shx-3d-render-input.liquid b/snippets/shx-3d-render-input.liquid index 36a6346..6a54303 100644 --- a/snippets/shx-3d-render-input.liquid +++ b/snippets/shx-3d-render-input.liquid @@ -480,6 +480,8 @@ // .shx-ifc-form_label_selected_${input.id} + console.log("input.id", input.id, "inputID", inputID, "filamentID", filamentID); + // the the last - and get the id let inputID = input.id.slice(0, input.id.lastIndexOf('-')); let filamentID = input.id.slice(inputID.indexOf('-') + 1);