This commit is contained in:
Pieter Vander Vennet 2024-01-22 01:35:28 +01:00
parent 3d5e117989
commit b7f044e976
4 changed files with 23 additions and 23 deletions

View file

@ -63,7 +63,6 @@
if (config.id === highlighted) {
htmlElem.classList.add("glowing-shadow")
htmlElem.tabIndex = -1
console.log("Scrolling to", htmlElem)
htmlElem.scrollIntoView({ behavior: "smooth" })
Utils.focusOnFocusableChild(htmlElem)
} else {

View file

@ -128,7 +128,6 @@
}
freeformInput.addCallbackAndRun((freeformValue) => {
console.log("FreeformValue:", freeformValue)
if (!mappings || mappings?.length == 0 || config.freeform?.key === undefined) {
return
}