Draggable cancelHelperRemoval when is not over

This commit is contained in:
Eduardo Lundgren 2008-09-26 02:29:46 +00:00
parent a23a88a0ca
commit 9246c5117f

View File

@ -572,6 +572,7 @@ $.ui.plugin.add("draggable", "connectToSortable", {
this.instance.options.helper = this.instance.options._helper; this.instance.options.helper = this.instance.options._helper;
} else { } else {
this.instance.cancelHelperRemoval = false; //Remove the helper in the sortable instance
this.instance._propagate("deactivate", e, inst); this.instance._propagate("deactivate", e, inst);
} }