|
@@ -103,7 +103,7 @@ BlazeComponent.extendComponent({
|
|
$cards.sortable({
|
|
$cards.sortable({
|
|
connectWith: '.js-minicards:not(.js-list-full)',
|
|
connectWith: '.js-minicards:not(.js-list-full)',
|
|
tolerance: 'pointer',
|
|
tolerance: 'pointer',
|
|
- appendTo: 'body',
|
|
|
|
|
|
+ appendTo: '.board-canvas',
|
|
helper(evt, item) {
|
|
helper(evt, item) {
|
|
const helper = item.clone();
|
|
const helper = item.clone();
|
|
if (MultiSelection.isActive()) {
|
|
if (MultiSelection.isActive()) {
|
|
@@ -119,7 +119,6 @@ BlazeComponent.extendComponent({
|
|
},
|
|
},
|
|
distance: 7,
|
|
distance: 7,
|
|
items: itemsSelector,
|
|
items: itemsSelector,
|
|
- scroll: false,
|
|
|
|
placeholder: 'minicard-wrapper placeholder',
|
|
placeholder: 'minicard-wrapper placeholder',
|
|
start(evt, ui) {
|
|
start(evt, ui) {
|
|
ui.placeholder.height(ui.helper.height());
|
|
ui.placeholder.height(ui.helper.height());
|