fix #2184 disable drag when the user click on the popover
parent
6a5641c06b
commit
aece852b41
|
@ -58,6 +58,7 @@ BacklogSortableDirective = ($repo, $rs, $rootscope, $tgConfirm) ->
|
|||
|
||||
$el.sortable({
|
||||
items: ".us-item-row",
|
||||
cancel: ".popover"
|
||||
connectWith: ".sprint"
|
||||
containment: ".wrapper"
|
||||
dropOnEmpty: true
|
||||
|
|
Loading…
Reference in New Issue