From 077ce63c8fb9cbb7d5097c9eb08797ff4face9e6 Mon Sep 17 00:00:00 2001 From: iamsivin Date: Thu, 22 Jan 2026 16:31:10 +0530 Subject: [PATCH] chore: Conflict clean up --- .../widgets/WootWriter/ReplyTopPanel.vue | 3 +- .../widgets/conversation/ReplyBox.vue | 30 +------------------ 2 files changed, 3 insertions(+), 30 deletions(-) diff --git a/app/javascript/dashboard/components/widgets/WootWriter/ReplyTopPanel.vue b/app/javascript/dashboard/components/widgets/WootWriter/ReplyTopPanel.vue index ac2f4a761..fb2b43a87 100644 --- a/app/javascript/dashboard/components/widgets/WootWriter/ReplyTopPanel.vue +++ b/app/javascript/dashboard/components/widgets/WootWriter/ReplyTopPanel.vue @@ -140,7 +140,7 @@ export default { -
+
+
{ - useTrack(CONVERSATION_EVENTS.INSERTED_A_CANNED_RESPONSE); - this.message = updatedMessage; - }, 100); - }, setReplyMode(mode = REPLY_EDITOR_MODES.REPLY) { // Clear attachments when switching between private note and reply modes // This is to prevent from breaking the upload rules @@ -1304,7 +1277,6 @@ export default { :new-conversation-modal-active="newConversationModalActive" @select-whatsapp-template="openWhatsappTemplateModal" @select-content-template="openContentTemplateModal" - @replace-text="replaceText" @toggle-insert-article="toggleInsertArticle" @toggle-quoted-reply="toggleQuotedReply" /> @@ -1355,7 +1327,7 @@ export default { } .reply-box__top { - @apply relative py-0 px-4 -mt-px; + @apply relative py-0 px-3 -mt-px; } .emoji-dialog {