From 8a7a5ca8d7d8aa897b9e9834c136376c8051d731 Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Thu, 30 Nov 2023 20:26:43 +0530 Subject: [PATCH] chore: remove behaviour --- .../dashboard/components/widgets/conversation/ReplyBox.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue b/app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue index da5433758..f97d593ae 100644 --- a/app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue +++ b/app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue @@ -1162,7 +1162,6 @@ export default { navigateToMessage(messageId) { bus.$emit(BUS_EVENTS.SCROLL_TO_MESSAGE, { messageId, - behavior: 'instant', }); }, onNewConversationModalActive(isActive) {