select with images

main
alexanderroese 2024-07-17 18:17:54 +02:00
parent 985192c2c5
commit 8781417725
1 changed files with 1 additions and 1 deletions

View File

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