diff --git a/app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue b/app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue index f7be9f917..e31e51fb3 100644 --- a/app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue +++ b/app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue @@ -479,7 +479,7 @@ export default { 'createPendingMessageAndSend', messagePayload ); - this.$emit(BUS_EVENTS.SCROLL_TO_MESSAGE); + bus.$emit(BUS_EVENTS.SCROLL_TO_MESSAGE); } catch (error) { const errorMessage = error?.response?.data?.error ||