update gridstack.js
This commit is contained in:
parent
ed67c2c97b
commit
034600d82e
1 changed files with 1 additions and 3 deletions
|
|
@ -465,7 +465,7 @@
|
|||
else if (typeof this._styles.deleteRule === 'function')
|
||||
f = this._styles.deleteRule;
|
||||
while (this._styles.rules.length) {
|
||||
f(0);
|
||||
f.call(this._styles, 0);
|
||||
}
|
||||
this._update_container_height();
|
||||
}
|
||||
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue