diff options
author | Haocen Xu <haocen.xu@gmail.com> | 2018-07-06 14:42:36 -0400 |
---|---|---|
committer | Haocen Xu <haocen.xu@gmail.com> | 2018-07-06 14:42:36 -0400 |
commit | 616dade81c25b10fc409aee1bcc9a93ddbfee81b (patch) | |
tree | 16188860b3eb7db871ab75c2094db91407e21926 /client/components/lists | |
parent | 43d86d7d5d3f3b34b0500f6d5d3afe7bd86b0060 (diff) | |
download | wekan-616dade81c25b10fc409aee1bcc9a93ddbfee81b.tar.gz wekan-616dade81c25b10fc409aee1bcc9a93ddbfee81b.tar.bz2 wekan-616dade81c25b10fc409aee1bcc9a93ddbfee81b.zip |
Hotfix more sortable elements
Diffstat (limited to 'client/components/lists')
-rw-r--r-- | client/components/lists/list.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/client/components/lists/list.js b/client/components/lists/list.js index 3f7c6dea..267af31c 100644 --- a/client/components/lists/list.js +++ b/client/components/lists/list.js @@ -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(() => { |