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
This commit is contained in:
@@ -104,6 +104,8 @@ Components.AlbumMaximizeComponent {
|
||||
}
|
||||
}
|
||||
|
||||
onOpened: forceActiveFocus()
|
||||
|
||||
onItemRightClicked: RoomManager.viewEventMenu(root.currentEventId, root.currentRoom)
|
||||
|
||||
onSaveItem: {
|
||||
|
||||
Reference in New Issue
Block a user