fix issue 4251 - autoscroller in taskboard
parent
9b2b6e7a7c
commit
053c91ebb9
|
@ -87,7 +87,7 @@ TaskboardSortableDirective = ($repo, $rs, $rootscope) ->
|
|||
$scope.$apply ->
|
||||
$rootscope.$broadcast("taskboard:task:move", itemTask, newUsId, newStatusId, itemIndex)
|
||||
|
||||
scroll = autoScroll(containers, {
|
||||
scroll = autoScroll([$('.taskboard-table-body')[0]], {
|
||||
margin: 20,
|
||||
pixels: 30,
|
||||
scrollWhenOutside: true,
|
||||
|
|
Loading…
Reference in New Issue