mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 07:50:12 +01:00
Fix: changing list color reloads webpage
This commit is contained in:
parent
160add6d73
commit
209d946f94
1 changed files with 2 additions and 2 deletions
|
|
@ -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();
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue