mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-02-18 13:55:09 -05:00
Draggable cancelHelperRemoval when is not over
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user