Merge pull request #5072 from matrix-org/bwindels/make-reply-not-overlay

Make reply preview not an overlay so you can see new messages
This commit is contained in:
Bruno Windels 2020-08-18 11:48:41 +00:00 committed by GitHub
commit 5c6a36f89a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 24 additions and 14 deletions

View file

@ -1913,6 +1913,7 @@ export default createReactClass({
disabled={this.props.disabled}
showApps={this.state.showApps}
e2eStatus={this.state.e2eStatus}
resizeNotifier={this.props.resizeNotifier}
permalinkCreator={this._getPermalinkCreatorForRoom(this.state.room)}
/>;
}