mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 21:47:10 -04:00
Fix class name change when clicking check box
This commit is contained in:
parent
3eb6f97291
commit
5e5a5ed9be
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ BlazeComponent.extendComponent({
|
|||
},
|
||||
events() {
|
||||
return [{
|
||||
'click .item .check-box': this.toggleItem,
|
||||
'click .js-checklist-item .check-box': this.toggleItem,
|
||||
}];
|
||||
},
|
||||
}).register('itemDetail');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue