From 630a236d7d41bf2ef21ef22e90628f199292892e Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Sat, 23 Mar 2019 18:44:06 -0600 Subject: [PATCH] Always add the stickerpicker widget when importing packs Fixes https://github.com/turt2live/matrix-dimension/issues/255 --- web/app/configs/stickerpicker/stickerpicker.component.ts | 1 + 1 file changed, 1 insertion(+) 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;