Przeglądaj źródła

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

Martin Filser 3 lat temu
rodzic
commit
424bc0e7c5
1 zmienionych plików z 1 dodań i 0 usunięć
  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)',