1
0
mirror of https://github.com/element-hq/element-web.git synced 2025-11-29 21:23:11 +03:00

Fix editState not getting passed through

This commit is contained in:
Michael Telatynski
2021-06-29 08:16:43 +01:00
parent e43df0e3c6
commit 298bf30b18

View File

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