select with images
parent
3d678297c1
commit
985192c2c5
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue