From 4a06cc10cb383173b510fb60b23d593795a64679 Mon Sep 17 00:00:00 2001 From: Pavel Reznikov Date: Tue, 3 Mar 2015 22:30:07 -0800 Subject: [PATCH] improve default resizable options --- src/gridstack.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gridstack.js b/src/gridstack.js index fc1ed68..dc3624b 100644 --- a/src/gridstack.js +++ b/src/gridstack.js @@ -578,8 +578,6 @@ self._update_container_height(); } })).resizable(_.extend(this.opts.resizable, { - minHeight: this.opts.cell_height - 10, - start: on_start_moving, stop: on_end_moving, resize: function (event, ui) {