Keep composer reply when scrolling away from a highlighted event
parent
3162d144e2
commit
a5d608f2af
|
@ -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,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue