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:
@@ -83,6 +83,10 @@ Rectangle {
|
||||
textInput.cut();
|
||||
}
|
||||
|
||||
function clearFocus() {
|
||||
textInput.focus = false;
|
||||
}
|
||||
|
||||
// Default styling
|
||||
width: 200
|
||||
height: 48
|
||||
|
||||
Reference in New Issue
Block a user