Fix jump to bottom button being always displayed in non-overflowing timelines (#8460)

This commit is contained in:
Šimon Brandner
2022-05-01 19:38:36 -06:00
committed by GitHub
parent d294dad04d
commit 3a245a0cbe
4 changed files with 4 additions and 12 deletions
-2
View File
@@ -41,8 +41,6 @@ const RoomContext = createContext<IRoomState>({
isPeeking: false,
showRightPanel: true,
joining: false,
atEndOfLiveTimeline: true,
atEndOfLiveTimelineInit: false,
showTopUnreadMessagesBar: false,
statusBarVisible: false,
canReact: false,