We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4de2c5b commit fa1248bCopy full SHA for fa1248b
jquery.sortable.js
@@ -40,8 +40,8 @@ $.fn.sortable = function(options) {
40
if (items.is(this)) {
41
dragging.hide();
42
$(this)[placeholder.index() < $(this).index() ? 'after' : 'before'](placeholder);
43
+ placeholders.not(placeholder).detach();
44
}
- placeholders.not(placeholder).detach();
45
return false;
46
}).bind('drop', function(e) {
47
if (!items.is(dragging) && connectWith !== $(dragging).parent().data('connectWith')) {
0 commit comments