diff --git a/clientapp/helpers/chatHelpers.js b/clientapp/helpers/chatHelpers.js index 97362b8..9308f36 100644 --- a/clientapp/helpers/chatHelpers.js +++ b/clientapp/helpers/chatHelpers.js @@ -62,7 +62,6 @@ module.exports = { handleAtBottom: function () { if (this.isVisible()) { this.pinnedToBottom = true; - this.scrollToBottom(); } }, isBottom: function () {