mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Drag handles continue. In progress.
Thanks to xet7 !
This commit is contained in:
parent
44378fe9d1
commit
98c38fe58f
12 changed files with 88 additions and 32 deletions
|
|
@ -165,7 +165,8 @@ BlazeComponent.extendComponent({
|
|||
$checklistsDom.sortable({
|
||||
tolerance: 'pointer',
|
||||
helper: 'clone',
|
||||
handle: '.checklist-title',
|
||||
//handle: '.checklist-title',
|
||||
handle: '.checklist-item-handle',
|
||||
items: '.js-checklist',
|
||||
placeholder: 'checklist placeholder',
|
||||
distance: 7,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue