From 10dd58b811553c9649785e8229207fb52278204b Mon Sep 17 00:00:00 2001 From: alexanderroese Date: Wed, 17 Jul 2024 22:54:38 +0200 Subject: [PATCH] select with images --- 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 4f5b443..6829030 100644 --- a/snippets/shx-3d-render-input.liquid +++ b/snippets/shx-3d-render-input.liquid @@ -610,7 +610,7 @@ // Add the selected style to the clicked item event.currentTarget.classList.add('shx-custom-enhanced-dropdown-variant-selected'); - document.getElementById("#shx-custom-enhanced-dropdown-font-dropdown-content").style.display = 'none'; + document.getElementById("shx-custom-enhanced-dropdown-font-dropdown-content").style.display = 'none'; } function loadCustomEnhancedDropdownDefaultSelectedValue() {