chore: Hide reply-to when copilot is active (#13749)

This commit is contained in:
Sivin Varghese
2026-03-11 11:30:30 +05:30
committed by GitHub
parent fdc326094a
commit a9cabad529
3 changed files with 5 additions and 4 deletions

View File

@@ -162,7 +162,8 @@ export default {
this.inReplyTo?.id &&
!this.isPrivate &&
this.inboxHasFeature(INBOX_FEATURES.REPLY_TO) &&
!this.is360DialogWhatsAppChannel
!this.is360DialogWhatsAppChannel &&
!this.copilot.isActive.value
);
},
showWhatsappTemplates() {
@@ -1464,7 +1465,7 @@ export default {
}
.reply-box__top {
@apply relative py-0 px-4 -mt-px;
@apply relative py-0 px-3 -mt-px;
}
.emoji-dialog {