Always add the stickerpicker widget when importing packs

Fixes https://github.com/turt2live/matrix-dimension/issues/255
This commit is contained in:
Travis Ralston 2019-03-23 18:44:06 -06:00
parent e2f27ad3a3
commit 630a236d7d

View file

@ -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;