minor change to chat area scroll animation
This commit is contained in:
parent
a41af9ba4e
commit
d26ea2749e
@ -237,9 +237,10 @@ function populateMessages(userName, passphrase) {
|
||||
}
|
||||
|
||||
$(chatAreaNew).append(DOMPurify.sanitize(msgContainer));
|
||||
scrollChatAreaAnimated(2400);
|
||||
})
|
||||
|
||||
scrollChatAreaAnimated(2400);
|
||||
|
||||
});
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user