select with images

main
alexanderroese 2024-07-17 18:16:14 +02:00
parent 3d678297c1
commit 985192c2c5
1 changed files with 4 additions and 0 deletions

View File

@ -598,6 +598,8 @@
let isInputShxFont = inputID === "shx-font" let isInputShxFont = inputID === "shx-font"
let customDropdownHtml = ""; let customDropdownHtml = "";
console.log("isInputShxFont", isInputShxFont)
if (isInputShxFont) { if (isInputShxFont) {
customDropdownHtml += ` customDropdownHtml += `
<button> <button>
@ -646,6 +648,8 @@
html += customDropdownHtml html += customDropdownHtml
} }
console.log("customDropdownHtml", customDropdownHtml)
return html; return html;
} }