Skip to content

Commit 5dd8ea2

Browse files
authored
Merge pull request #2041 from adumesny/master
fix default option
2 parents 6e4e64c + 21bbb1b commit 5dd8ea2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/types.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ export const GridDefaults: GridStackOptions = {
2020
itemClass: 'grid-stack-item',
2121
margin: 10,
2222
marginUnit: 'px',
23+
maxRow: 0,
24+
minRow: 0,
2325
oneColumnSize: 768,
2426
placeholderClass: 'grid-stack-placeholder',
2527
placeholderText: '',

0 commit comments

Comments
 (0)