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

Skip to content

Commit aaf7a09

Browse files
committed
Merge branch 'CMLL-master' into develop
2 parents 7d13123 + 8dc6b74 commit aaf7a09

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

dist/gridstack.all.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/gridstack.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -938,9 +938,9 @@
938938

939939
if (typeof maxHeight == 'undefined') {
940940
maxHeight = this._styles._max;
941-
this._initStyles();
942-
this._updateContainerHeight();
943941
}
942+
this._initStyles();
943+
this._updateContainerHeight();
944944
if (!this.opts.cellHeight) { // The rest will be handled by CSS
945945
return ;
946946
}

0 commit comments

Comments
 (0)