From 86b4183bdedb363b5b4a8020be40cda93cdd6498 Mon Sep 17 00:00:00 2001 From: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> Date: Wed, 23 Mar 2022 18:25:57 +0530 Subject: [PATCH] fix: Add multiple file paste support and fix for bugs (#4066) - Add multiple files paste support. - Fixes showing file name in the editor field when we paste the file from finder. - Fixes showing the image in the advance editor when we paste the image as an attachment from the clipboard. Fixes: #4036 Co-authored-by: Nithin David <1277421+nithindavid@users.noreply.github.com> --- .../components/widgets/AttachmentsPreview.vue | 20 ++++++++++++++----- .../components/widgets/WootWriter/Editor.vue | 6 ++++++ .../widgets/conversation/ReplyBox.vue | 10 +++++++--- 3 files changed, 28 insertions(+), 8 deletions(-) diff --git a/app/javascript/dashboard/components/widgets/AttachmentsPreview.vue b/app/javascript/dashboard/components/widgets/AttachmentsPreview.vue index 3d5846215..0264748a9 100644 --- a/app/javascript/dashboard/components/widgets/AttachmentsPreview.vue +++ b/app/javascript/dashboard/components/widgets/AttachmentsPreview.vue @@ -1,5 +1,5 @@