diff --git a/src/gui/Pages/Chat/RoomPane/RoomPane.qml b/src/gui/Pages/Chat/RoomPane/RoomPane.qml index 5b57adbd..bf618118 100644 --- a/src/gui/Pages/Chat/RoomPane/RoomPane.qml +++ b/src/gui/Pages/Chat/RoomPane/RoomPane.qml @@ -47,6 +47,13 @@ MultiviewPane { } + Connections { + target: swipeView + + onCurrentItemChanged: + swipeView.currentItem.keybindFocusItem.forceActiveFocus() + } + MemberView {} SettingsView { fillAvailableHeight: true } }