From 5d8a37fed58f7999d5df2375a1cd00127eede68a Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Wed, 26 Feb 2025 15:35:21 +0530 Subject: [PATCH] chore: update comment --- .../dashboard/components/widgets/conversation/MessagesView.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/dashboard/components/widgets/conversation/MessagesView.vue b/app/javascript/dashboard/components/widgets/conversation/MessagesView.vue index 789156a34..36ea6bb9a 100644 --- a/app/javascript/dashboard/components/widgets/conversation/MessagesView.vue +++ b/app/javascript/dashboard/components/widgets/conversation/MessagesView.vue @@ -360,7 +360,7 @@ export default { this.fetchPreviousMessages(); } else { // In case the user has already scrolled to a point in the message, we should - // not scroll to the bottom if the user has already scrolled. + // not scroll to the bottom against the intent of the user. if (this.hasUserScrolled) return; this.scrollToBottom(); }