@@ -43,6 +43,12 @@ BlazeComponent.extendComponent({
});
}
+ if (!Utils.isMiniScreen && !showDesktopDragHandles) {
+ $('.js-minicards').sortable({
+ handle: 'list-header',
+ });
+ }
+
$cards.sortable({
connectWith: '.js-minicards:not(.js-list-full)',
tolerance: 'pointer',
@@ -68,6 +68,7 @@ function initSortable(boardComponent, $listsDom) {
$listsDom.sortable({
helper: 'clone',
+ handle: '.js-list-header',
items: '.js-list:not(.js-list-composer)',
placeholder: 'list placeholder',
distance: 7,