Fix: changing list color reloads webpage

pull/4787/head
helioguardabaxo 2 years ago
parent 160add6d73
commit 209d946f94
  1. 4
      client/components/lists/listHeader.js

@ -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();
},
},
];

Loading…
Cancel
Save