From 9246c5117f476a1349e5fec2ae5785f8770f17b0 Mon Sep 17 00:00:00 2001 From: Eduardo Lundgren Date: Fri, 26 Sep 2008 02:29:46 +0000 Subject: Draggable cancelHelperRemoval when is not over --- ui/ui.draggable.js | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/ui.draggable.js') diff --git a/ui/ui.draggable.js b/ui/ui.draggable.js index 069a4dfcd..547a14aa4 100644 --- a/ui/ui.draggable.js +++ b/ui/ui.draggable.js @@ -572,6 +572,7 @@ $.ui.plugin.add("draggable", "connectToSortable", { this.instance.options.helper = this.instance.options._helper; } else { + this.instance.cancelHelperRemoval = false; //Remove the helper in the sortable instance this.instance._propagate("deactivate", e, inst); } -- cgit v1.2.3