johnny / jquery-sortable

A flexible, opinionated sorting plugin for jQuery
http://johnny.github.io/jquery-sortable/
Other
1.52k stars 441 forks source link

destination container undefined #202

Closed bygiro closed 8 years ago

bygiro commented 8 years ago

in the case of two different lists "grouped", which may have different "containerSelector". the getContainer function (see "onDrop" callback), return undefined or it may also return a wrong container. This is the fix.