autoscroll.stop does not exist anymore (#189)
This commit is contained in:
@ -1382,7 +1382,6 @@ $(function() {
|
||||
$item.find('select[name$="placement]"]').val(placement);
|
||||
$item.removeClass('dragged').removeAttr('style');
|
||||
$('body').removeClass('dragging');
|
||||
$.autoscroll.stop();
|
||||
},
|
||||
onDragStart: function ($item, container, _super) {
|
||||
$.autoscroll.init();
|
||||
|
Reference in New Issue
Block a user