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

Skip to content

Commit 034600d

Browse files
committed
update gridstack.js
1 parent ed67c2c commit 034600d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

gridstack.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@
465465
else if (typeof this._styles.deleteRule === 'function')
466466
f = this._styles.deleteRule;
467467
while (this._styles.rules.length) {
468-
f(0);
468+
f.call(this._styles, 0);
469469
}
470470
this._update_container_height();
471471
}
@@ -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)