Merge branch 'master' of github.com:wekan/wekan

This commit is contained in:
Lauri Ojansivu 2022-12-22 23:29:35 +02:00
commit 6e99a0cb25

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