diff --git a/snippets/shx-3d-render-input.liquid b/snippets/shx-3d-render-input.liquid index 6078615..447231c 100644 --- a/snippets/shx-3d-render-input.liquid +++ b/snippets/shx-3d-render-input.liquid @@ -623,6 +623,8 @@ setTimeout(() => { const selectElement = document.querySelector('.shx-custom-enhanced-dropdown-font-hide-dummy-select'); + console.log("selectElement", selectElement, "span", document.getElementById("shx-custom-enhanced-dropdown-font-select-selected-value")) + document.getElementById("shx-custom-enhanced-dropdown-font-select-selected-value").innerText = selectElement.value }, 1000) };