Update src/stores/widgets/WidgetLayoutStore.ts
Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
This commit is contained in:
parent
29780d902c
commit
f023fc50e2
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ export class WidgetLayoutStore extends ReadyWatchingStore {
|
|||
}
|
||||
};
|
||||
|
||||
private updateFromWidgetStore = (roomId?:string) => {
|
||||
private updateFromWidgetStore = (roomId?: string) => {
|
||||
if (roomId) {
|
||||
const room = this.matrixClient.getRoom(roomId);
|
||||
if (room) this.recalculateRoom(room);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue