Allows for use of checklist on mobile

This commit is contained in:
Devin McAllester 2020-04-14 17:05:58 -07:00
parent f1a9e30956
commit 9df5c0e2de
4 changed files with 8 additions and 4 deletions

View file

@ -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,
},
];
},