select with images

main
alexanderroese 2024-07-17 21:49:55 +02:00
parent e455d7939b
commit 35487f92e3
1 changed files with 1 additions and 1 deletions

View File

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