fix issue 4251 - autoscroller in taskboard

stable
Juanfran 2016-05-26 15:27:35 +02:00
parent 9b2b6e7a7c
commit 053c91ebb9
1 changed files with 1 additions and 1 deletions

View File

@ -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,