From de3d553ce4779dceb36fcfeaf7fbfd1545098d00 Mon Sep 17 00:00:00 2001 From: Robin Date: Wed, 15 Jan 2025 13:09:07 -0500 Subject: [PATCH] Fix typo --- src/stores/widgets/StopGapWidget.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stores/widgets/StopGapWidget.ts b/src/stores/widgets/StopGapWidget.ts index 97482cfa7b2..c5cc1fb5e5d 100644 --- a/src/stores/widgets/StopGapWidget.ts +++ b/src/stores/widgets/StopGapWidget.ts @@ -298,7 +298,7 @@ export class StopGapWidget extends EventEmitter { this.messaging.setViewedRoomId(SdkContextClass.instance.roomViewStore.getRoomId() ?? null); SdkContextClass.instance.roomViewStore.on(UPDATE_EVENT, this.onRoomViewStoreUpdate); } else { - // Room widgets get looked to the room they were added in + // Room widgets get locked to the room they were added in this.messaging.setViewedRoomId(this.roomId); }