From 23167f8a380649f1d7bf16e2913cc2f21a871cda Mon Sep 17 00:00:00 2001 From: Paul Bakaus Date: Fri, 15 Aug 2008 09:11:21 +0000 Subject: [PATCH] sortable: beforeStop should work properly in all cases now --- ui/ui.sortable.js | 1 + 1 file changed, 1 insertion(+) 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; }