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

[Release] Keep composer reply when scrolling away from a highlighted event
pull/21833/head
J. Ryan Stinnett 2021-06-17 15:12:54 +01:00 committed by GitHub
commit 07a0c3e450
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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