mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
Fix: Labels on desktop view can be added/deleted again
This commit is contained in:
parent
94f8fb2393
commit
e9c1b2b2c4
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ BlazeComponent.extendComponent({
|
|||
{
|
||||
'click .js-select-label'(event) {
|
||||
const card = Utils.getCurrentCard();
|
||||
const labelId = this._id;
|
||||
const labelId = this.currentData()._id;
|
||||
card.toggleLabel(labelId);
|
||||
event.preventDefault();
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue