make sure we're at the bottom, although that seems to always be the case in this branch?

pull/21833/head
Bruno Windels 2019-02-14 16:19:58 +01:00
parent 790e752b7a
commit 9e260ad96b
1 changed files with 3 additions and 1 deletions

View File

@ -215,7 +215,9 @@ module.exports = React.createClass({
// this might cause the scrollbar to resize in case the max-height was not correct
// but that's better than ending up with a lot of whitespace at the bottom of the timeline.
// we need to above check because when showing the typing notifs, an onScroll event is also triggered
this.clearBlockShrinking();
if (!this.isAtBottom()) {
this.clearBlockShrinking();
}
this._saveScrollState();
} else {