From 08807797a539b66ed2fd9ab80e260fbae5cac84b Mon Sep 17 00:00:00 2001 From: James Graham Date: Sun, 21 Apr 2024 17:18:12 +0000 Subject: [PATCH] Make sure that tab can be used to navigate away from the chatbar (cherry picked from commit 91d295e0bb5f994b5c957123107eee3b55645294) --- src/qml/ChatBar.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/qml/ChatBar.qml b/src/qml/ChatBar.qml index 6eed73bf3..f18b594a1 100644 --- a/src/qml/ChatBar.qml +++ b/src/qml/ChatBar.qml @@ -278,6 +278,8 @@ QQC2.Control { Keys.onTabPressed: { if (completionMenu.visible) { completionMenu.complete(); + } else { + contextDrawer.handle.children[0].forceActiveFocus() } } Keys.onPressed: event => {