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

This commit is contained in:
Martin Filser 2022-01-28 15:56:52 +01:00
parent e98821fafc
commit 424bc0e7c5

View file

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