2
0
Эх сурвалжийг харах

Card color remove closes now the popup

Martin Filser 3 жил өмнө
parent
commit
4acf3738ca

+ 1 - 1
client/components/cards/cardDetails.js

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