mirror of https://github.com/vector-im/riot-web
backfill on accepting invites
parent
352865ee9d
commit
ead6d5a25e
|
@ -294,6 +294,9 @@ module.exports = React.createClass({
|
|||
this.scrollToEvent(scrollState.lastDisplayedEvent,
|
||||
scrollState.pixelOffset);
|
||||
}
|
||||
|
||||
// have to fill space in case we're accepting an invite
|
||||
if (!this.state.paginating) this.fillSpace();
|
||||
},
|
||||
|
||||
_paginateCompleted: function() {
|
||||
|
|
Loading…
Reference in New Issue