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) {