You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-12-01 09:58:03 +03:00
Fix jump to bottom on message send (#7280)
Co-authored-by: Germain <germain@souquet.com>
This commit is contained in:
@@ -929,7 +929,7 @@ export class RoomView extends React.Component<IRoomProps, IRoomState> {
|
||||
}
|
||||
|
||||
case "scroll_to_bottom":
|
||||
if (payload.timelineRenderingType === this.context.timelineRenderingType) {
|
||||
if (payload.timelineRenderingType === TimelineRenderingType.Room) {
|
||||
this.messagePanel?.jumpToLiveTimeline();
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user