Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed67c2c commit 034600dCopy full SHA for 034600d
gridstack.js
@@ -465,7 +465,7 @@
465
else if (typeof this._styles.deleteRule === 'function')
466
f = this._styles.deleteRule;
467
while (this._styles.rules.length) {
468
- f(0);
+ f.call(this._styles, 0);
469
}
470
this._update_container_height();
471
@@ -578,8 +578,6 @@
578
self._update_container_height();
579
580
})).resizable(_.extend(this.opts.resizable, {
581
- minHeight: this.opts.cell_height - 10,
582
-
583
start: on_start_moving,
584
stop: on_end_moving,
585
resize: function (event, ui) {
0 commit comments