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
6 changed files with 24 additions and 14 deletions
+1
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)}
/>;
}