mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
sortable: default value for forcePlaceholderSize
This commit is contained in:
parent
dd8c1188e9
commit
73d70bcb67
@ -747,7 +747,8 @@ $.extend($.ui.sortable, {
|
|||||||
dropOnEmpty: true,
|
dropOnEmpty: true,
|
||||||
appendTo: "parent",
|
appendTo: "parent",
|
||||||
sortIndicator: $.ui.sortable.prototype._rearrange,
|
sortIndicator: $.ui.sortable.prototype._rearrange,
|
||||||
scope: "default"
|
scope: "default",
|
||||||
|
forcePlaceholderSize: false
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user