emoji picker
parent
5b16d7835d
commit
4f7dce663a
|
@ -405,6 +405,8 @@
|
|||
}
|
||||
|
||||
globalInputFormsObjValues[id][key] = value;
|
||||
|
||||
console.log("SHX_IFC_setCurrentValue", id, key, value)
|
||||
}
|
||||
|
||||
function SHX_IFC_genTextInput(inputID, labelText, inputName, inputVal, section_id, maxLength = 24) {
|
||||
|
@ -1086,7 +1088,7 @@
|
|||
console.log("toggle popup")
|
||||
document.querySelector(".shx-emoji-picker-popup").classList.toggle("shown");
|
||||
}; */
|
||||
}, 1000)
|
||||
}, 1500)
|
||||
})
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Reference in New Issue