1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

Merge pull request #2747 from matrix-org/bwindels/clearminheightonresize

clear min-height for typing notifs when the timeline viewport changes size
This commit is contained in:
Bruno Windels
2019-03-05 16:35:23 +01:00
committed by GitHub

View File

@@ -254,6 +254,7 @@ module.exports = React.createClass({
},
onResize: function() {
this.clearBlockShrinking();
this.props.onResize();
this.checkScroll();
if (this._gemScroll) this._gemScroll.forceUpdate();