Merge pull request #5268 from matrix-org/t3chguy/fix/15349
Fix right panel for peeking rooms
This commit is contained in:
commit
1e34365caa
3 changed files with 4 additions and 6 deletions
|
@ -119,6 +119,7 @@ export default class WidgetStore extends AsyncStoreWithClient<IState> {
|
|||
}
|
||||
|
||||
private loadRoomWidgets(room: Room) {
|
||||
if (!room) return;
|
||||
const roomInfo = this.roomMap.get(room.roomId);
|
||||
roomInfo.widgets = [];
|
||||
this.generateApps(room).forEach(app => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue