mirror of
https://github.com/turt2live/matrix-dimension.git
synced 2024-10-01 01:05:53 -04:00
Always add the stickerpicker widget when importing packs
Fixes https://github.com/turt2live/matrix-dimension/issues/255
This commit is contained in:
parent
e2f27ad3a3
commit
630a236d7d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user