mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 19:56:47 +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}
|
||||
tileShape={this.props.tileShape}
|
||||
editState={this.props.editState}
|
||||
replacingEventId={this.props.replacingEventId}
|
||||
/>
|
||||
{ actionBar }
|
||||
</div>,
|
||||
|
|
Loading…
Reference in a new issue