diff options
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); } |