Hotfix more sortable elements

This commit is contained in:
Haocen Xu 2018-07-06 14:42:36 -04:00
parent 43d86d7d5d
commit 616dade81c
6 changed files with 21 additions and 22 deletions

View file

@ -38,9 +38,7 @@ function initSorting(items) {
});
// ugly touch event hotfix
$('.js-checklist-item:not(.placeholder)').each(function() {
enableClickOnTouch(this);
});
enableClickOnTouch('.js-checklist-item:not(.placeholder)');
}
BlazeComponent.extendComponent({