Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
robintown committed Jan 15, 2025
1 parent 07c7053 commit de3d553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stores/widgets/StopGapWidget.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit de3d553

Please sign in to comment.