Skip to content

Commit

Permalink
Fix checking checklist on mobile (#1711)
Browse files Browse the repository at this point in the history
  • Loading branch information
sferoze authored and jhchen committed Sep 28, 2017
1 parent be41c2b commit 098bb73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion formats/list.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,9 @@ class List extends Container {
blot.format('list', 'checked');
}
}
domNode.addEventListener('click', listEventHandler);

domNode.addEventListener('touchstart', listEventHandler);
domNode.addEventListener('mousedown', listEventHandler);
}

format(name, value) {
Expand Down

0 comments on commit 098bb73

Please sign in to comment.