mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
sortable: renamed 'default' tolerance to 'intersect' (it's a advanced intersection, after all), fixes #3887
This commit is contained in:
parent
813372a7fb
commit
41ff7ea35e
@ -998,7 +998,7 @@ $.extend($.ui.sortable, {
|
||||
scrollSensitivity: 20,
|
||||
scrollSpeed: 20,
|
||||
sortIndicator: $.ui.sortable.prototype._rearrange,
|
||||
tolerance: "default",
|
||||
tolerance: "intersect",
|
||||
zIndex: 1000
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user