1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-28 15:22:05 +03:00

show message editor in textual body instead of replacing event tile

This commit is contained in:
Bruno Windels
2019-05-17 15:30:07 +01:00
parent 76ceee0e6c
commit 9a3752c571
4 changed files with 9 additions and 5 deletions

View File

@ -90,6 +90,7 @@ module.exports = React.createClass({
tileShape={this.props.tileShape}
maxImageHeight={this.props.maxImageHeight}
replacingEventId={this.props.replacingEventId}
isEditing={this.props.isEditing}
onHeightChanged={this.props.onHeightChanged} />;
},
});