mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-02-05 00:54:57 -05:00
sortable: fixed missing connectWith default (fixes #3888)
This commit is contained in:
@@ -985,6 +985,7 @@ $.extend($.ui.sortable, {
|
||||
accurateIntersection: true,
|
||||
appendTo: "parent",
|
||||
cancel: ":input,option",
|
||||
connectWith: false,
|
||||
cssNamespace: 'ui',
|
||||
delay: 0,
|
||||
distance: 1,
|
||||
|
||||
Reference in New Issue
Block a user