mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 05:04:57 +08:00
Fix editState not getting passed through
This commit is contained in:
parent
e43df0e3c6
commit
298bf30b18
@ -2071,6 +2071,7 @@ export default class RoomView extends React.Component<IProps, IState> {
|
||||
resizeNotifier={this.props.resizeNotifier}
|
||||
showReactions={true}
|
||||
layout={this.state.layout}
|
||||
editState={this.state.editState}
|
||||
/>);
|
||||
|
||||
let topUnreadMessagesBar = null;
|
||||
|
Loading…
Reference in New Issue
Block a user