mirror of https://github.com/vector-im/riot-web
clear min-height for typing notifs when the timeline viewport changes size
parent
96196d8c3d
commit
66b9363466
|
@ -254,6 +254,7 @@ module.exports = React.createClass({
|
|||
},
|
||||
|
||||
onResize: function() {
|
||||
this.clearBlockShrinking();
|
||||
this.props.onResize();
|
||||
this.checkScroll();
|
||||
if (this._gemScroll) this._gemScroll.forceUpdate();
|
||||
|
|
Loading…
Reference in New Issue