Make fullscreen images focused when they're opened

Otherwise keyboard shortcuts don't work until you tap the image, which
makes no sense.

BUG: 484322
(cherry picked from commit a41d0f3214)
This commit is contained in:
Joshua Goins
2024-11-09 17:09:12 -05:00
parent 01d903efd3
commit 953b711823
2 changed files with 4 additions and 0 deletions

View File

@@ -104,6 +104,8 @@ Components.AlbumMaximizeComponent {
}
}
onOpened: forceActiveFocus()
onItemRightClicked: RoomManager.viewEventMenu(root.currentEventId, root.currentRoom)
onSaveItem: {