From 095aaf3de60ed74ec704147a9f0bcd5e4186970b Mon Sep 17 00:00:00 2001 From: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> Date: Sat, 5 Oct 2024 12:46:42 +0530 Subject: [PATCH] fix: Issues with drag and drop attachments to the editor (#10235) --- .../widgets/WootWriter/ReplyBottomPanel.vue | 7 ++++++- .../conversation/contact/ConversationForm.vue | 11 +++++++++-- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/app/javascript/dashboard/components/widgets/WootWriter/ReplyBottomPanel.vue b/app/javascript/dashboard/components/widgets/WootWriter/ReplyBottomPanel.vue index 6c9ca1438..c146c0ec2 100644 --- a/app/javascript/dashboard/components/widgets/WootWriter/ReplyBottomPanel.vue +++ b/app/javascript/dashboard/components/widgets/WootWriter/ReplyBottomPanel.vue @@ -1,4 +1,5 @@