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

@ -84,9 +84,7 @@ BlazeComponent.extendComponent({
});
// ugly touch event hotfix
$(itemsSelector).each(function() {
enableClickOnTouch(this);
});
enableClickOnTouch(itemsSelector);
// Disable drag-dropping if the current user is not a board member or is comment only
this.autorun(() => {