Merge branch 'develop' into expand-codeblock
This commit is contained in:
commit
8a4af2f348
23 changed files with 382 additions and 172 deletions
|
@ -412,7 +412,10 @@ export default class TextualBody extends React.Component {
|
|||
ref: this._content,
|
||||
});
|
||||
if (this.props.replacingEventId) {
|
||||
body = [body, this._renderEditedMarker()];
|
||||
body = <>
|
||||
{body}
|
||||
{this._renderEditedMarker()}
|
||||
</>;
|
||||
}
|
||||
|
||||
if (this.props.highlightLink) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue