Merge pull request #6152 from matrix-org/t3chguy/fix/17571
Fix Stickerpicker context menu
This commit is contained in:
commit
ced6c43147
4 changed files with 35 additions and 21 deletions
|
@ -332,7 +332,7 @@ export class WidgetLayoutStore extends ReadyWatchingStore {
|
|||
}
|
||||
|
||||
public getContainerWidgets(room: Room, container: Container): IApp[] {
|
||||
return this.byRoom[room.roomId]?.[container]?.ordered || [];
|
||||
return this.byRoom[room?.roomId]?.[container]?.ordered || [];
|
||||
}
|
||||
|
||||
public isInContainer(room: Room, widget: IApp, container: Container): boolean {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue