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
|
|
@ -52,6 +52,7 @@ BlazeComponent.extendComponent({
|
|||
$cards.sortable({
|
||||
connectWith: '.js-minicards:not(.js-list-full)',
|
||||
tolerance: 'pointer',
|
||||
handle: 'list-header',
|
||||
appendTo: '.board-canvas',
|
||||
helper(evt, item) {
|
||||
const helper = item.clone();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue