mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
Card color remove closes now the popup
This commit is contained in:
parent
f370f749b9
commit
4acf3738ca
1 changed files with 1 additions and 1 deletions
|
@ -1011,7 +1011,7 @@ BlazeComponent.extendComponent({
|
|||
},
|
||||
'click .js-remove-color'() {
|
||||
this.currentCard.setColor(null);
|
||||
Popup.back();
|
||||
Popup.close();
|
||||
},
|
||||
},
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue