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