Focus weather city input on return

This commit is contained in:
David Heinemeier Hansson
2026-07-18 21:19:14 -07:00
parent be1aab859d
commit 6742adce3d
3 changed files with 11 additions and 1 deletions
+1
View File
@@ -450,6 +450,7 @@ Panel {
id: keyCatcher
anchors.fill: parent
blocked: root.editingLocation
onReturnRequested: root.startEditingLocation()
onCloseRequested: root.close()
onTabRequested: function(direction) { root.switchPanel(direction) }