Răsfoiți Sursa

Card color remove closes now the popup

Martin Filser 3 ani în urmă
părinte
comite
4acf3738ca
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      client/components/cards/cardDetails.js

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

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