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 b2e3248 commit 0e7640dCopy full SHA for 0e7640d
jquery.sortable.js
@@ -43,7 +43,7 @@ $.fn.sortable = function(options) {
43
dt.setData('Text', 'dummy');
44
index = (dragging = $(this)).addClass('sortable-dragging').index();
45
}).on('dragend.h5s', function() {
46
- dragging.removeClass('sortable-dragging').fadeIn();
+ dragging.removeClass('sortable-dragging').show();
47
placeholders.detach();
48
if (index != dragging.index()) {
49
items.parent().trigger('sortupdate', {item: dragging});
0 commit comments