1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-08 06:25:37 -05:00

Remove artifacts of search fields overriding key inputs

This commit is contained in:
bbedward
2025-10-08 17:36:12 -04:00
parent 80b2ee719c
commit 981e527560
3 changed files with 0 additions and 13 deletions

View File

@@ -165,10 +165,6 @@ DankModal {
root.close()
}
event.accepted = true
} else if (!searchField.activeFocus && event.text && event.text.length > 0 && event.text.match(/[a-zA-Z0-9\s]/)) {
searchField.forceActiveFocus()
searchField.insertText(event.text)
event.accepted = true
}
}