|
@@ -6,7 +6,7 @@ function initSorting(items) {
|
|
|
helper: 'clone',
|
|
|
items: '.js-checklist-item:not(.placeholder)',
|
|
|
connectWith: '.js-checklist-items',
|
|
|
- appendTo: '.board-canvas',
|
|
|
+ appendTo: 'parent',
|
|
|
distance: 7,
|
|
|
placeholder: 'checklist-item placeholder',
|
|
|
scroll: false,
|