diff --git a/src/components/structures/RoomView.tsx b/src/components/structures/RoomView.tsx index 3e6cfa864a..aef2fbc9d4 100644 --- a/src/components/structures/RoomView.tsx +++ b/src/components/structures/RoomView.tsx @@ -2071,6 +2071,7 @@ export default class RoomView extends React.Component { resizeNotifier={this.props.resizeNotifier} showReactions={true} layout={this.state.layout} + editState={this.state.editState} />); let topUnreadMessagesBar = null;