Permalink
Browse files
sortable: default value for forcePlaceholderSize
- Loading branch information
Showing
with
2 additions
and
1 deletion.
-
+2
−1
ui/ui.sortable.js
|
|
@@ -747,7 +747,8 @@ $.extend($.ui.sortable, { |
|
|
dropOnEmpty: true, |
|
|
appendTo: "parent", |
|
|
sortIndicator: $.ui.sortable.prototype._rearrange, |
|
|
scope: "default" |
|
|
scope: "default", |
|
|
forcePlaceholderSize: false |
|
|
} |
|
|
}); |
|
|
|
|
|
|