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 {