1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-07 22:15:38 -05:00

fix auto focusing text fields

This commit is contained in:
bbedward
2025-07-22 23:51:18 -04:00
parent 9c8c25711c
commit e94d2af9ae
6 changed files with 41 additions and 36 deletions

View File

@@ -83,6 +83,10 @@ Rectangle {
textInput.cut();
}
function clearFocus() {
textInput.focus = false;
}
// Default styling
width: 200
height: 48