emoji picker

main
alexanderroese 2024-07-16 22:05:34 +02:00
parent 5b16d7835d
commit 4f7dce663a
1 changed files with 3 additions and 1 deletions

View File

@ -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>