|
@@ -309,11 +309,11 @@ BlazeComponent.extendComponent({
|
|
},
|
|
},
|
|
'click .js-submit'() {
|
|
'click .js-submit'() {
|
|
this.currentList.setColor(this.currentColor.get());
|
|
this.currentList.setColor(this.currentColor.get());
|
|
- Popup.back();
|
|
|
|
|
|
+ Popup.close();
|
|
},
|
|
},
|
|
'click .js-remove-color'() {
|
|
'click .js-remove-color'() {
|
|
this.currentList.setColor(null);
|
|
this.currentList.setColor(null);
|
|
- Popup.back();
|
|
|
|
|
|
+ Popup.close();
|
|
},
|
|
},
|
|
},
|
|
},
|
|
];
|
|
];
|