From 4acf3738caf3afdc0c3e35fabbe10ef8b9397d8b Mon Sep 17 00:00:00 2001 From: Martin Filser Date: Thu, 28 Oct 2021 23:33:12 +0200 Subject: [PATCH] Card color remove closes now the popup --- client/components/cards/cardDetails.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/components/cards/cardDetails.js b/client/components/cards/cardDetails.js index a818b6351..dd64adde8 100644 --- a/client/components/cards/cardDetails.js +++ b/client/components/cards/cardDetails.js @@ -1011,7 +1011,7 @@ BlazeComponent.extendComponent({ }, 'click .js-remove-color'() { this.currentCard.setColor(null); - Popup.back(); + Popup.close(); }, }, ];