Преглед изворни кода

Card color remove closes now the popup

Martin Filser пре 4 година
родитељ
комит
4acf3738ca
1 измењених фајлова са 1 додато и 1 уклоњено
  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();
         },
       },
     ];