mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 11:15:53 +03:00
Keep composer reply when scrolling away from a highlighted event
This commit is contained in:
parent
2eb7d35ea1
commit
1597b2a971
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue