diff options
author | Eduardo Lundgren <eduardolundgren@gmail.com> | 2008-09-26 02:29:46 +0000 |
---|---|---|
committer | Eduardo Lundgren <eduardolundgren@gmail.com> | 2008-09-26 02:29:46 +0000 |
commit | 9246c5117f476a1349e5fec2ae5785f8770f17b0 (patch) | |
tree | e29f0eae1ee97c06c68bcfdce8dc1187abd8da5c /ui/ui.draggable.js | |
parent | a23a88a0ca513b2c04d41c43008d522ffcd34a7c (diff) | |
download | jquery-ui-9246c5117f476a1349e5fec2ae5785f8770f17b0.tar.gz jquery-ui-9246c5117f476a1349e5fec2ae5785f8770f17b0.zip |
Draggable cancelHelperRemoval when is not over
Diffstat (limited to 'ui/ui.draggable.js')
-rw-r--r-- | ui/ui.draggable.js | 1 |
1 files changed, 1 insertions, 0 deletions
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); } |