select with images
parent
3d678297c1
commit
985192c2c5
|
@ -598,6 +598,8 @@
|
|||
let isInputShxFont = inputID === "shx-font"
|
||||
let customDropdownHtml = "";
|
||||
|
||||
console.log("isInputShxFont", isInputShxFont)
|
||||
|
||||
if (isInputShxFont) {
|
||||
customDropdownHtml += `
|
||||
<button>
|
||||
|
@ -646,6 +648,8 @@
|
|||
html += customDropdownHtml
|
||||
}
|
||||
|
||||
console.log("customDropdownHtml", customDropdownHtml)
|
||||
|
||||
return html;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue