Fix: changing list color reloads webpage

This commit is contained in:
helioguardabaxo 2022-12-22 17:42:07 -03:00
parent 160add6d73
commit 209d946f94

View file

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