diff options
author | Lauri Ojansivu <x@xet7.org> | 2019-09-14 05:55:32 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2019-09-14 05:55:32 +0300 |
commit | 57119868bbb49f47c7d0b51b9952df9bd83d46f5 (patch) | |
tree | 6eb17b0f09edccecfc30f40834f840d3359439bc /client/components/boards/boardBody.js | |
parent | 7b445dfc9321a5364c9530b1d7ab08cd4003aa3c (diff) | |
download | wekan-57119868bbb49f47c7d0b51b9952df9bd83d46f5.tar.gz wekan-57119868bbb49f47c7d0b51b9952df9bd83d46f5.tar.bz2 wekan-57119868bbb49f47c7d0b51b9952df9bd83d46f5.zip |
Revert drag handle changes.
Thanks to Keelan !
Related #2704
Diffstat (limited to 'client/components/boards/boardBody.js')
-rw-r--r-- | client/components/boards/boardBody.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/components/boards/boardBody.js b/client/components/boards/boardBody.js index 713b6cbc..07cd306a 100644 --- a/client/components/boards/boardBody.js +++ b/client/components/boards/boardBody.js @@ -89,7 +89,7 @@ BlazeComponent.extendComponent({ helper.append(list.clone()); return helper; }, - handle: '.js-swimlane-header-handle', + handle: '.js-swimlane-header', items: '.swimlane:not(.placeholder)', placeholder: 'swimlane placeholder', distance: 7, |