Skip to content

Commit 21bbb1b

Browse files
committed
fix default option
1 parent 7bf9bb8 commit 21bbb1b

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)