[Backport] fix firefox performance drag & drop

stable
Juanfran 2016-11-21 09:52:34 +01:00
parent 2614feec17
commit 8dfddcf542
2 changed files with 0 additions and 2 deletions

View File

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

View File

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