Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 07a0c3e

Browse files
authored
Merge pull request #6211 from matrix-org/jryans/reply-scroll-release
[Release] Keep composer reply when scrolling away from a highlighted event
2 parents e69b2fb + 1597b2a commit 07a0c3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/structures/RoomView.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -701,6 +701,7 @@ export default class RoomView extends React.Component<IProps, IState> {
701701
room_id: this.state.room.roomId,
702702
event_id: this.state.initialEventId,
703703
highlighted: false,
704+
replyingToEvent: this.state.replyToEvent,
704705
});
705706
}
706707
}

0 commit comments

Comments
 (0)