diff --git a/src/components/MessagesList/MessagesList.vue b/src/components/MessagesList/MessagesList.vue index 61789abbd85..dda0de6ef2c 100644 --- a/src/components/MessagesList/MessagesList.vue +++ b/src/components/MessagesList/MessagesList.vue @@ -31,14 +31,18 @@ get the messagesList array and loop through the list to generate the messages.
+ :class="{'scroller--chatScrolledToBottom': isChatScrolledToBottom, + 'scroller--isScrolling': isScrolling}" + @scroll="onScroll" + @scrollend="endScroll">