diff --git a/web/app/configs/stickerpicker/stickerpicker.component.ts b/web/app/configs/stickerpicker/stickerpicker.component.ts index 0bb8c45..a789dbb 100644 --- a/web/app/configs/stickerpicker/stickerpicker.component.ts +++ b/web/app/configs/stickerpicker/stickerpicker.component.ts @@ -56,6 +56,7 @@ export class StickerpickerComponent implements OnInit { this.packUrl = ""; this.isImporting = false; this.toaster.pop("success", "Stickerpack added"); + this.addWidget(); }).catch(err => { console.error(err); this.isImporting = false;