chat automatically adjusts scrollbar so as to not effect the chat view when more chats are loaded
This commit is contained in:
parent
cf45fcb98a
commit
48549bf4de
4 changed files with 27 additions and 31 deletions
|
|
@ -66,7 +66,7 @@ export function ChatDrawer(props: Props) {
|
|||
<Typography>{team.name()} Chat</Typography>
|
||||
</Box>
|
||||
<Box className={classes.chatContainer}>
|
||||
<Chat objectKey={team.settings.key} type={pond.NoteType.NOTE_TYPE_TEAM} />
|
||||
<Chat objectKey={team.settings.key}/>
|
||||
</Box>
|
||||
</Box>
|
||||
</Drawer>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue