Pass replacingEventId for edits to appear in thread's view

pull/21833/head
Germain Souquet 2021-09-30 14:01:33 +01:00
parent 1331e960fa
commit 65c7657e3c
1 changed files with 1 additions and 0 deletions

View File

@ -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>,