fix #2184 disable drag when the user click on the popover

stable
Juanfran 2015-02-11 07:39:10 +01:00
parent 6a5641c06b
commit aece852b41
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ BacklogSortableDirective = ($repo, $rs, $rootscope, $tgConfirm) ->
$el.sortable({
items: ".us-item-row",
cancel: ".popover"
connectWith: ".sprint"
containment: ".wrapper"
dropOnEmpty: true