mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-06 23:30:28 +03:00
Re-add the default view current active room behavior
This commit is contained in:
parent
0b6009aaee
commit
8b22573e43
1 changed files with 2 additions and 0 deletions
|
|
@ -270,6 +270,8 @@ export function RoomNavItem({
|
||||||
if (mx.getRoom(viewedRoomId)?.isCallRoom()) {
|
if (mx.getRoom(viewedRoomId)?.isCallRoom()) {
|
||||||
navigateRoom(room.roomId);
|
navigateRoom(room.roomId);
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
navigateRoom(room.roomId);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
evt.stopPropagation();
|
evt.stopPropagation();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue