select with images

main
alexanderroese 2024-07-17 22:04:40 +02:00
parent ebc3ab6ce8
commit 0b0739d3eb
1 changed files with 1 additions and 1 deletions

View File

@ -615,7 +615,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-font-selected'); event.currentTarget.classList.add('shx-custom-enhanced-dropdown-font-selected');
dropdownContent.style.display = 'none'; document.getElementById("shx-custom-enhanced-dropdown-font-dropdown-content").style.display = 'none';
// const currentTargetImage = event.currentTarget.querySelector("img") // const currentTargetImage = event.currentTarget.querySelector("img")