mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 05:55:00 +08:00
backfill on accepting invites
This commit is contained in:
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
Block a user