From fb2f5e1d427540729f16d5e33551b24357eaeba7 Mon Sep 17 00:00:00 2001 From: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> Date: Tue, 17 Feb 2026 13:57:44 +0530 Subject: [PATCH] fix: Persist compose form state on accidental outside click (#13529) --- .../NewConversation/ComposeConversation.vue | 38 +++++++++++++++++-- .../components/ComposeNewConversationForm.vue | 7 ++-- 2 files changed, 38 insertions(+), 7 deletions(-) diff --git a/app/javascript/dashboard/components-next/NewConversation/ComposeConversation.vue b/app/javascript/dashboard/components-next/NewConversation/ComposeConversation.vue index ee71bf51a..8e24f3d50 100644 --- a/app/javascript/dashboard/components-next/NewConversation/ComposeConversation.vue +++ b/app/javascript/dashboard/components-next/NewConversation/ComposeConversation.vue @@ -1,5 +1,5 @@