mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-01-30 15:57:56 -05:00
sortable: default value for forcePlaceholderSize
This commit is contained in:
@@ -747,7 +747,8 @@ $.extend($.ui.sortable, {
|
||||
dropOnEmpty: true,
|
||||
appendTo: "parent",
|
||||
sortIndicator: $.ui.sortable.prototype._rearrange,
|
||||
scope: "default"
|
||||
scope: "default",
|
||||
forcePlaceholderSize: false
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user