slightly unbreak infinite scroll

pull/1/head
Matthew Hodgson 2015-07-07 04:18:07 +01:00
parent bbe6c0bf1a
commit ba8751bb75
1 changed files with 2 additions and 0 deletions

View File

@ -72,6 +72,8 @@ module.exports = React.createClass({
<div className="mx_RoomView_messagePanel">
<div className="mx_RoomView_messageListWrapper">
<div className="mx_RoomView_MessageList" ref="messageList" aria-live="polite" onScroll={this.onMessageListScroll}>
<div className={scrollheader_classes}>
</div>
{this.getEventTiles()}
</div>
</div>