chat automatically adjusts scrollbar so as to not effect the chat view when more chats are loaded

This commit is contained in:
Carter 2024-12-06 10:14:09 -06:00
parent cf45fcb98a
commit 48549bf4de
4 changed files with 27 additions and 31 deletions

View file

@ -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