1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

Merge pull request #6282 from matrix-org/t3chguy/fix/17738

Fix editState not getting passed through
This commit is contained in:
Michael Telatynski
2021-06-29 09:14:17 +01:00
committed by GitHub

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;