johnny / jquery-sortable

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

Placeholder in wrong location, dropped item goes to wrong insertion point. #208

Open christianmagill opened 8 years ago

christianmagill commented 8 years ago

I'm having an issue where a space is opening in the wrong location and the dropped item is landing in the wrong place.

$("ol.relationship-sortable").sortable({ handle: '.fa-arrows', axis: 'y', opacity: 0.5, tolerance: 'pointer' });

problem