Explorar o código

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

Martin Filser %!s(int64=3) %!d(string=hai) anos
pai
achega
424bc0e7c5
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      client/components/swimlanes/swimlanes.js

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

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