You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-10 09:22:25 +03:00
Update src/stores/widgets/WidgetLayoutStore.ts
Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user