select with images

main
alexanderroese 2024-07-17 18:14:25 +02:00
parent fdfcdfc64d
commit 3d678297c1
1 changed files with 1 additions and 1 deletions

View File

@ -631,7 +631,7 @@
html += `<option value="${optionValue}" ${inputVal === optionValue ? 'selected' : ''}>${optionDisplayName}</option>`;
if (isInputShxFont) {
customDropdownOptions += `
customDropdownHtml += `
<div data-value="${optionValue}" class="${inputVal === optionValue ? "shx-custom-variant-picker-selected-variant" : ""}>
<span>${optionDisplayName}</span>
</div>