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

Fix editState not getting passed through
pull/21833/head
Michael Telatynski 2021-06-29 09:14:17 +01:00 committed by GitHub
commit 0cc7f42f08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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;