minor change to chat area scroll animation

This commit is contained in:
Rohan Sircar 2019-11-22 22:16:18 +05:30
parent a41af9ba4e
commit d26ea2749e

View File

@ -237,9 +237,10 @@ function populateMessages(userName, passphrase) {
} }
$(chatAreaNew).append(DOMPurify.sanitize(msgContainer)); $(chatAreaNew).append(DOMPurify.sanitize(msgContainer));
scrollChatAreaAnimated(2400);
}) })
scrollChatAreaAnimated(2400);
}); });