mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Draggable - calling the new _ui() method from sortables
This commit is contained in:
parent
542bbbb473
commit
d972cb3ea8
@ -585,7 +585,7 @@ $.ui.plugin.add("draggable", "connectToSortable", {
|
||||
this.instance._mouseStop(e);
|
||||
|
||||
//Also propagate receive event, since the sortable is actually receiving a element
|
||||
this.instance.element.triggerHandler("sortreceive", [e, $.extend(this.instance.ui(), { sender: inst.element })], this.instance.options["receive"]);
|
||||
this.instance.element.triggerHandler("sortreceive", [e, $.extend(this.instance._ui(), { sender: inst.element })], this.instance.options["receive"]);
|
||||
|
||||
this.instance.options.helper = this.instance.options._helper;
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user