Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4a06cc1

Browse files
committed
improve default resizable options
1 parent 5b86a44 commit 4a06cc1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/gridstack.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -578,8 +578,6 @@
578578
self._update_container_height();
579579
}
580580
})).resizable(_.extend(this.opts.resizable, {
581-
minHeight: this.opts.cell_height - 10,
582-
583581
start: on_start_moving,
584582
stop: on_end_moving,
585583
resize: function (event, ui) {

0 commit comments

Comments
 (0)