Close RoomDrawer when opening userdetail while modal
BUG: 457890
This commit is contained in:
@@ -280,6 +280,9 @@ Kirigami.OverlayDrawer {
|
|||||||
popup.closed.connect(function() {
|
popup.closed.connect(function() {
|
||||||
userListItem.highlighted = false
|
userListItem.highlighted = false
|
||||||
})
|
})
|
||||||
|
if (roomDrawer.modal) {
|
||||||
|
roomDrawer.close()
|
||||||
|
}
|
||||||
popup.open()
|
popup.open()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user