mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-01-29 14:27:56 -05:00
sortable: beforeStop should work properly in all cases now
This commit is contained in:
@@ -690,6 +690,7 @@ $.widget("ui.sortable", $.extend({}, $.ui.mouse, {
|
||||
|
||||
this.dragging = false;
|
||||
if(this.cancelHelperRemoval) {
|
||||
this.propagate("beforeStop", e, null, noPropagation);
|
||||
this.propagate("stop", e, null, noPropagation);
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user