sortable: beforeStop should work properly in all cases now

This commit is contained in:
Paul Bakaus 2008-08-15 09:11:21 +00:00
parent d9bb9eb1df
commit 23167f8a38

View File

@ -690,6 +690,7 @@ $.widget("ui.sortable", $.extend({}, $.ui.mouse, {
this.dragging = false; this.dragging = false;
if(this.cancelHelperRemoval) { if(this.cancelHelperRemoval) {
this.propagate("beforeStop", e, null, noPropagation);
this.propagate("stop", e, null, noPropagation); this.propagate("stop", e, null, noPropagation);
return false; return false;
} }