Skip to content

Commit 99653bd

Browse files
committed
Update README.md
fix #430
1 parent acaec8d commit 99653bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ gridstack.js API
7070
- `'auto'` - height will be calculated from cell width.
7171
- `disableDrag` - disallows dragging of widgets (default: `false`).
7272
- `disableResize` - disallows resizing of widgets (default: `false`).
73-
- `draggable` - allows to override jQuery UI draggable options. (default: `{handle: '.grid-stack-item-content', scroll: true, appendTo: 'body'}`)
73+
- `draggable` - allows to override jQuery UI draggable options. (default: `{handle: '.grid-stack-item-content', scroll: false, appendTo: 'body'}`)
7474
- `handle` - draggable handle selector (default: `'.grid-stack-item-content'`)
7575
- `handleClass` - draggable handle class (e.g. `'grid-stack-item-content'`). If set `handle` is ignored (default: `null`)
7676
- `height` - maximum rows amount. Default is `0` which means no maximum rows

0 commit comments

Comments
 (0)