Make sure that tab can be used to navigate away from the chatbar
(cherry picked from commit 91d295e0bb)
This commit is contained in:
committed by
Tobias Fella
parent
923839d6c7
commit
08807797a5
@@ -278,6 +278,8 @@ QQC2.Control {
|
|||||||
Keys.onTabPressed: {
|
Keys.onTabPressed: {
|
||||||
if (completionMenu.visible) {
|
if (completionMenu.visible) {
|
||||||
completionMenu.complete();
|
completionMenu.complete();
|
||||||
|
} else {
|
||||||
|
contextDrawer.handle.children[0].forceActiveFocus()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Keys.onPressed: event => {
|
Keys.onPressed: event => {
|
||||||
|
|||||||
Reference in New Issue
Block a user