mirror of
https://github.com/turt2live/matrix-dimension.git
synced 2024-10-01 01:05:53 -04:00
Ensure stickers actually load when the widget is reopened
This commit is contained in:
parent
97fb43d233
commit
71a1491548
@ -127,6 +127,7 @@ export class StickerPickerWidgetWrapperComponent extends CapableWidget implement
|
||||
this.packs = packs.filter(p => p.isSelected);
|
||||
console.log("User has " + this.packs.length + "/" + packs.length + " sticker packs selected");
|
||||
this.isLoading = false;
|
||||
this.changeDetector.detectChanges();
|
||||
} catch (e) {
|
||||
console.error(e);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user