Card color remove closes now the popup

This commit is contained in:
Martin Filser 2021-10-28 23:33:12 +02:00
parent f370f749b9
commit 4acf3738ca

View file

@ -1011,7 +1011,7 @@ BlazeComponent.extendComponent({
},
'click .js-remove-color'() {
this.currentCard.setColor(null);
Popup.back();
Popup.close();
},
},
];