mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Draggable cancelHelperRemoval when is not over
This commit is contained in:
parent
a23a88a0ca
commit
9246c5117f
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user