This commit is contained in:
Carlos Llamacho 2017-02-08 16:25:28 +00:00 committed by GitHub
commit 25566c5125

View file

@ -937,9 +937,9 @@
if (typeof maxHeight == 'undefined') {
maxHeight = this._styles._max;
this._initStyles();
this._updateContainerHeight();
}
this._initStyles();
this._updateContainerHeight();
if (!this.opts.cellHeight) { // The rest will be handled by CSS
return ;
}