You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-08-07 21:23:00 +03:00
Fix jump to bottom button being always displayed in non-overflowing timelines (#8460)
This commit is contained in:
@@ -216,7 +216,6 @@ function createRoomState(room: Room, narrow: boolean): IRoomState {
|
||||
showRightPanel: true,
|
||||
joining: false,
|
||||
atEndOfLiveTimeline: true,
|
||||
atEndOfLiveTimelineInit: false,
|
||||
showTopUnreadMessagesBar: false,
|
||||
statusBarVisible: false,
|
||||
canReact: false,
|
||||
|
Reference in New Issue
Block a user