mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
sortable: beforeStop should work properly in all cases now
This commit is contained in:
parent
d9bb9eb1df
commit
23167f8a38
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user