Merge pull request #6211 from matrix-org/jryans/reply-scroll-release

[Release] Keep composer reply when scrolling away from a highlighted event
This commit is contained in:
J. Ryan Stinnett
2021-06-17 15:12:54 +01:00
committed by GitHub

View File

@@ -701,6 +701,7 @@ export default class RoomView extends React.Component<IProps, IState> {
room_id: this.state.room.roomId,
event_id: this.state.initialEventId,
highlighted: false,
replyingToEvent: this.state.replyToEvent,
});
}
}