mirror of https://github.com/vector-im/riot-web
use offsetHeight for consistency with sizer
parent
b230e65e74
commit
636955daef
|
@ -191,7 +191,7 @@ module.exports = React.createClass({
|
||||||
});
|
});
|
||||||
this._layout.update(
|
this._layout.update(
|
||||||
this._layoutSections,
|
this._layoutSections,
|
||||||
this.resizeContainer && this.resizeContainer.clientHeight,
|
this.resizeContainer && this.resizeContainer.offsetHeight,
|
||||||
);
|
);
|
||||||
this._checkSubListsOverflow();
|
this._checkSubListsOverflow();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue