Focus an item when changing view in roomPane
This commit is contained in:
@@ -47,6 +47,13 @@ MultiviewPane {
|
||||
}
|
||||
|
||||
|
||||
Connections {
|
||||
target: swipeView
|
||||
|
||||
onCurrentItemChanged:
|
||||
swipeView.currentItem.keybindFocusItem.forceActiveFocus()
|
||||
}
|
||||
|
||||
MemberView {}
|
||||
SettingsView { fillAvailableHeight: true }
|
||||
}
|
||||
|
Reference in New Issue
Block a user