From 6798662c69a4eb6c76a688b7392017cc4c645264 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Fri, 25 Jul 2014 21:18:15 +0200 Subject: [PATCH] Deactivate doomline (has strange behavior with drag and drop) --- app/coffee/modules/backlog/main.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/coffee/modules/backlog/main.coffee b/app/coffee/modules/backlog/main.coffee index e8ad8439..39569393 100644 --- a/app/coffee/modules/backlog/main.coffee +++ b/app/coffee/modules/backlog/main.coffee @@ -450,7 +450,7 @@ BacklogDirective = ($repo, $rootscope) -> linkToolbar($scope, $el, $attrs, $ctrl) linkFilters($scope, $el, $attrs, $ctrl) - linkDoomLine($scope, $el, $attrs, $ctrl) + # linkDoomLine($scope, $el, $attrs, $ctrl) $el.find(".backlog-table-body").disableSelection()