Make sure that tab can be used to navigate away from the chatbar

(cherry picked from commit 91d295e0bb)
This commit is contained in:
James Graham
2024-04-21 17:18:12 +00:00
committed by Tobias Fella
parent 923839d6c7
commit 08807797a5

View File

@@ -278,6 +278,8 @@ QQC2.Control {
Keys.onTabPressed: {
if (completionMenu.visible) {
completionMenu.complete();
} else {
contextDrawer.handle.children[0].forceActiveFocus()
}
}
Keys.onPressed: event => {