mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 19:56:45 +02:00
Pass replacingEventId for edits to appear in thread's view
This commit is contained in:
parent
1331e960fa
commit
65c7657e3c
@ -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…
x
Reference in New Issue
Block a user