Skip to content

Commit 5672edb

Browse files
committed
fix: add resize.min_size option to default config object
1 parent 46e0abe commit 5672edb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/jquery.gridster.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939
axes: ['both'],
4040
handle_append_to: '',
4141
handle_class: 'gs-resize-handle',
42-
max_size: [Infinity, Infinity]
42+
max_size: [Infinity, Infinity],
43+
min_size: [1, 1]
4344
}
4445
};
4546

0 commit comments

Comments
 (0)