Merge pull request #4787 from helioguardabaxo/master

Fix: changing list color reloads webpage
This commit is contained in:
Lauri Ojansivu 2022-12-22 22:58:43 +02:00 committed by GitHub
commit 6d77172d54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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