2
0
Эх сурвалжийг харах

Swimlanes scrolls right/left while sorting the list column at the screen end

Martin Filser 3 жил өмнө
parent
commit
424bc0e7c5

+ 1 - 0
client/components/swimlanes/swimlanes.js

@@ -54,6 +54,7 @@ function initSortable(boardComponent, $listsDom) {
   };
   };
 
 
   $listsDom.sortable({
   $listsDom.sortable({
+    connectWith: '.board-canvas',
     tolerance: 'pointer',
     tolerance: 'pointer',
     helper: 'clone',
     helper: 'clone',
     items: '.js-list:not(.js-list-composer)',
     items: '.js-list:not(.js-list-composer)',