fix firefox performance drag & drop

stable
Juanfran 2016-11-21 09:52:34 +01:00
parent e01101a6bc
commit 900ce3c218
2 changed files with 0 additions and 2 deletions

View File

@ -65,7 +65,6 @@ KanbanSortableDirective = ($repo, $rs, $rootscope) ->
drake = dragula(containers, {
copySortSource: false,
copy: false,
mirrorContainer: tdom[0],
moves: (item) ->
return $(item).is('tg-card')
})

View File

@ -68,7 +68,6 @@ TaskboardSortableDirective = ($repo, $rs, $rootscope, $translate) ->
drake = dragula(containers, {
copySortSource: false,
copy: false,
mirrorContainer: $el[0],
accepts: (el, target) -> return !$(target).hasClass('taskboard-userstory-box')
moves: (item) ->
return $(item).is('tg-card')