Browse Source

minor change to chat area scroll animation

master
Rohan Sircar 5 years ago
parent
commit
d26ea2749e
  1. 3
      chatto/src/main/resources/static/js/chat.js

3
chatto/src/main/resources/static/js/chat.js

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

Loading…
Cancel
Save