mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 04:21:57 +03:00
Pass replacingEventId for edits to appear in thread's view
This commit is contained in:
parent
1331e960fa
commit
65c7657e3c
1 changed files with 1 additions and 0 deletions
|
@ -1209,6 +1209,7 @@ export default class EventTile extends React.Component<IProps, IState> {
|
||||||
onHeightChanged={this.props.onHeightChanged}
|
onHeightChanged={this.props.onHeightChanged}
|
||||||
tileShape={this.props.tileShape}
|
tileShape={this.props.tileShape}
|
||||||
editState={this.props.editState}
|
editState={this.props.editState}
|
||||||
|
replacingEventId={this.props.replacingEventId}
|
||||||
/>
|
/>
|
||||||
{ actionBar }
|
{ actionBar }
|
||||||
</div>,
|
</div>,
|
||||||
|
|
Loading…
Reference in a new issue