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
|
|
@ -86,7 +86,7 @@ export default function ChatMessage(props: Props) {
|
|||
}
|
||||
return perms
|
||||
}
|
||||
const permissions = generatePermissions()
|
||||
const permissions = generatePermissions()
|
||||
|
||||
const deleteMessage = () => {
|
||||
if (!props.chat?.note?.settings) return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue