From 424bc0e7c5fc0b94c8b52fbfe6ce43e2777acf24 Mon Sep 17 00:00:00 2001 From: Martin Filser Date: Fri, 28 Jan 2022 15:56:52 +0100 Subject: [PATCH] Swimlanes scrolls right/left while sorting the list column at the screen end --- client/components/swimlanes/swimlanes.js | 1 + 1 file changed, 1 insertion(+) diff --git a/client/components/swimlanes/swimlanes.js b/client/components/swimlanes/swimlanes.js index b8a94cbff..5490b8e92 100644 --- a/client/components/swimlanes/swimlanes.js +++ b/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)',