mirror of
https://github.com/wekan/wekan.git
synced 2025-12-23 02:40:14 +01:00
Allows for use of checklist on mobile
This commit is contained in:
parent
f1a9e30956
commit
9df5c0e2de
4 changed files with 8 additions and 4 deletions
|
|
@ -250,7 +250,7 @@ BlazeComponent.extendComponent({
|
|||
events() {
|
||||
return [
|
||||
{
|
||||
'click .js-checklist-item .check-box': this.toggleItem,
|
||||
'click .js-checklist-item .check-box-container': this.toggleItem,
|
||||
},
|
||||
];
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue