summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--components/kube/qml/Kube.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/kube/qml/Kube.qml b/components/kube/qml/Kube.qml
index be3f7e34..c0d85bc4 100644
--- a/components/kube/qml/Kube.qml
+++ b/components/kube/qml/Kube.qml
@@ -277,8 +277,8 @@ Controls2.ApplicationWindow {
277 bottomMargin: Kube.Units.largeSpacing 277 bottomMargin: Kube.Units.largeSpacing
278 } 278 }
279 onDone: { 279 onDone: {
280 popup.close()
281 kubeViews.currentItem.forceActiveFocus() 280 kubeViews.currentItem.forceActiveFocus()
281 popup.destroy()
282 } 282 }
283 } 283 }
284 } 284 }