summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--components/kube/contents/ui/AddresseeListEditor.qml5
1 files changed, 4 insertions, 1 deletions
diff --git a/components/kube/contents/ui/AddresseeListEditor.qml b/components/kube/contents/ui/AddresseeListEditor.qml
index a4f1a207..edac5d4c 100644
--- a/components/kube/contents/ui/AddresseeListEditor.qml
+++ b/components/kube/contents/ui/AddresseeListEditor.qml
@@ -77,7 +77,10 @@ Item {
77 width: parent.width 77 width: parent.width
78 hoverEnabled: true 78 hoverEnabled: true
79 79
80 onClicked: lineEdit.visible = true 80 onClicked: {
81 lineEdit.visible = true
82 lineEdit.forceActiveFocus()
83 }
81 84
82 Kube.Label { 85 Kube.Label {
83 text: "Add recipient" 86 text: "Add recipient"