mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-02-05 10:25:04 -05:00
sortable: renamed 'default' tolerance to 'intersect' (it's a advanced intersection, after all), fixes #3887
This commit is contained in:
@@ -998,7 +998,7 @@ $.extend($.ui.sortable, {
|
||||
scrollSensitivity: 20,
|
||||
scrollSpeed: 20,
|
||||
sortIndicator: $.ui.sortable.prototype._rearrange,
|
||||
tolerance: "default",
|
||||
tolerance: "intersect",
|
||||
zIndex: 1000
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user