Card color remove closes now the popup

reviewable/pr4138/r1
Martin Filser 4 years ago
parent f370f749b9
commit 4acf3738ca
  1. 2
      client/components/cards/cardDetails.js

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

Loading…
Cancel
Save