diff --git a/snippets/shx-3d-render-input.liquid b/snippets/shx-3d-render-input.liquid index 729753d..69d9ce4 100644 --- a/snippets/shx-3d-render-input.liquid +++ b/snippets/shx-3d-render-input.liquid @@ -583,13 +583,13 @@ document.querySelector(`label[for="${inputID}-label"] span`).textContent = 'Bitte gib deinen Text ein'; document.querySelector(`label[for="${inputID}-label"] span`).style.color = 'red'; } - +/* const event = new Event('input', { bubbles: true, cancelable: true, }); - document.querySelector(`#${inputID}`).dispatchEvent(event); + document.querySelector(`#${inputID}`).dispatchEvent(event); */ showErrorMessageIfEmojiNotSupported(e.target.value, inputID) });