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({
|
$el.sortable({
|
||||||
items: ".us-item-row",
|
items: ".us-item-row",
|
||||||
|
cancel: ".popover"
|
||||||
connectWith: ".sprint"
|
connectWith: ".sprint"
|
||||||
containment: ".wrapper"
|
containment: ".wrapper"
|
||||||
dropOnEmpty: true
|
dropOnEmpty: true
|
||||||
|
|
Loading…
Reference in New Issue