Fix thread summary layout for narrow right panel timeline (#7838)
This commit is contained in:
parent
5e76d988ca
commit
d8ac7cf202
15 changed files with 248 additions and 68 deletions
|
@ -64,6 +64,7 @@ const RoomContext = createContext<IRoomState>({
|
|||
timelineRenderingType: TimelineRenderingType.Room,
|
||||
threadId: undefined,
|
||||
liveTimeline: undefined,
|
||||
narrow: false,
|
||||
});
|
||||
RoomContext.displayName = "RoomContext";
|
||||
export default RoomContext;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue