select with images

main
alexanderroese 2024-07-17 22:54:38 +02:00
parent f35f6e76c6
commit 10dd58b811
1 changed files with 1 additions and 1 deletions

View File

@ -610,7 +610,7 @@
// Add the selected style to the clicked item // Add the selected style to the clicked item
event.currentTarget.classList.add('shx-custom-enhanced-dropdown-variant-selected'); 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() { function loadCustomEnhancedDropdownDefaultSelectedValue() {