diff options
Diffstat (limited to 'ui/ui.sortable.js')
-rw-r--r-- | ui/ui.sortable.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/ui.sortable.js b/ui/ui.sortable.js index 81b71fb24..6cade4371 100644 --- a/ui/ui.sortable.js +++ b/ui/ui.sortable.js @@ -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; } |