Focus an item when changing view in roomPane

This commit is contained in:
miruka 2020-03-17 17:14:47 -04:00
parent 8692aa4a26
commit cf9df8d036

View File

@ -47,6 +47,13 @@ MultiviewPane {
} }
Connections {
target: swipeView
onCurrentItemChanged:
swipeView.currentItem.keybindFocusItem.forceActiveFocus()
}
MemberView {} MemberView {}
SettingsView { fillAvailableHeight: true } SettingsView { fillAvailableHeight: true }
} }