From afca75aa82292557d9bdcafebd20d3c7ee3cc59d Mon Sep 17 00:00:00 2001 From: alexanderroese Date: Thu, 25 Jul 2024 22:30:32 +0200 Subject: [PATCH] add message for emojis not supported on this type --- snippets/shx-3d-render-input.liquid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/shx-3d-render-input.liquid b/snippets/shx-3d-render-input.liquid index 1b60ed4..4112452 100644 --- a/snippets/shx-3d-render-input.liquid +++ b/snippets/shx-3d-render-input.liquid @@ -577,7 +577,7 @@ } */ function handleInputLabel(value) { - const inputLabel = document.querySelector(`label[for="${inputID}-label"] span`) + let inputLabel = document.querySelector(`label[for="${inputID}-label"] span`) // create input label if not exists if (!inputLabel) {