Make sure the drawer get active focus on open

This commit is contained in:
James Graham
2024-04-20 15:53:26 +02:00
parent ddd12688aa
commit 551092a1b4

View File

@@ -31,6 +31,8 @@ Kirigami.OverlayDrawer {
}
}
onOpened: forceActiveFocus()
MouseArea {
anchors.left: parent.left
anchors.top: parent.top