summaryrefslogtreecommitdiffstats
path: root/client/components/boards/boardBody.js
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-10-03 04:23:33 +0300
committerLauri Ojansivu <x@xet7.org>2019-10-03 04:23:33 +0300
commit5bc355f9a5e78df4c19764fdc4a343a46af4fdf8 (patch)
tree619057d5fecfa4c041f5bbd99fd069b103e72123 /client/components/boards/boardBody.js
parent21fa26a1be7cee947ea02de2ffd89bfd4e4b2f36 (diff)
downloadwekan-5bc355f9a5e78df4c19764fdc4a343a46af4fdf8.tar.gz
wekan-5bc355f9a5e78df4c19764fdc4a343a46af4fdf8.tar.bz2
wekan-5bc355f9a5e78df4c19764fdc4a343a46af4fdf8.zip
Drag handles. In progress.
Diffstat (limited to 'client/components/boards/boardBody.js')
-rw-r--r--client/components/boards/boardBody.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/components/boards/boardBody.js b/client/components/boards/boardBody.js
index 47042ae7..d64636f4 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,