mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
sortable: fixed missing connectWith default (fixes #3888)
This commit is contained in:
parent
41ff7ea35e
commit
22d67dd458
@ -985,6 +985,7 @@ $.extend($.ui.sortable, {
|
||||
accurateIntersection: true,
|
||||
appendTo: "parent",
|
||||
cancel: ":input,option",
|
||||
connectWith: false,
|
||||
cssNamespace: 'ui',
|
||||
delay: 0,
|
||||
distance: 1,
|
||||
|
Loading…
Reference in New Issue
Block a user