From c37f6f92c4edc8d9f737abc2b36aa81e84a8e3fa Mon Sep 17 00:00:00 2001 From: grnd-alt Date: Wed, 24 Sep 2025 15:30:13 +0200 Subject: [PATCH] fix: do not show dragged over state when no data in drag event Signed-off-by: grnd-alt --- src/components/AttachmentDragAndDrop.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/components/AttachmentDragAndDrop.vue b/src/components/AttachmentDragAndDrop.vue index 884c938e6..7bc3f61fc 100644 --- a/src/components/AttachmentDragAndDrop.vue +++ b/src/components/AttachmentDragAndDrop.vue @@ -5,7 +5,7 @@