Fix editState not getting passed through
This commit is contained in:
parent
e43df0e3c6
commit
298bf30b18
1 changed files with 1 additions and 0 deletions
|
@ -2071,6 +2071,7 @@ export default class RoomView extends React.Component<IProps, IState> {
|
||||||
resizeNotifier={this.props.resizeNotifier}
|
resizeNotifier={this.props.resizeNotifier}
|
||||||
showReactions={true}
|
showReactions={true}
|
||||||
layout={this.state.layout}
|
layout={this.state.layout}
|
||||||
|
editState={this.state.editState}
|
||||||
/>);
|
/>);
|
||||||
|
|
||||||
let topUnreadMessagesBar = null;
|
let topUnreadMessagesBar = null;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue