mirror of
https://github.com/wekan/wekan.git
synced 2025-12-24 03:10:12 +01:00
Swimlanes scrolls right/left while sorting the list column at the screen end
This commit is contained in:
parent
e98821fafc
commit
424bc0e7c5
1 changed files with 1 additions and 0 deletions
|
|
@ -54,6 +54,7 @@ function initSortable(boardComponent, $listsDom) {
|
|||
};
|
||||
|
||||
$listsDom.sortable({
|
||||
connectWith: '.board-canvas',
|
||||
tolerance: 'pointer',
|
||||
helper: 'clone',
|
||||
items: '.js-list:not(.js-list-composer)',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue