浏览代码

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

Martin Filser 3 年之前
父节点
当前提交
424bc0e7c5
共有 1 个文件被更改,包括 1 次插入0 次删除
  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)',