From 66b9363466f2d8cc81fe36e60ea216a7e878e3a5 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Tue, 5 Mar 2019 16:14:38 +0100 Subject: [PATCH] clear min-height for typing notifs when the timeline viewport changes size --- src/components/structures/ScrollPanel.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/structures/ScrollPanel.js b/src/components/structures/ScrollPanel.js index e9f0d12988..41ee602c68 100644 --- a/src/components/structures/ScrollPanel.js +++ b/src/components/structures/ScrollPanel.js @@ -254,6 +254,7 @@ module.exports = React.createClass({ }, onResize: function() { + this.clearBlockShrinking(); this.props.onResize(); this.checkScroll(); if (this._gemScroll) this._gemScroll.forceUpdate();