From 5807db5e99ac84436261e9d0e2b9a6767d851ba2 Mon Sep 17 00:00:00 2001 From: m4ximuel <54457152+m4ximuel@users.noreply.github.com> Date: Wed, 21 Apr 2021 15:32:59 +0900 Subject: [PATCH] feat: open addmodal when dragging a file into the dashboard --- src/components/Modals/AddModal.vue | 11 ++++++++++- src/views/Dashboard.vue | 5 +++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/src/components/Modals/AddModal.vue b/src/components/Modals/AddModal.vue index 42a6180015..7afd0ef38a 100644 --- a/src/components/Modals/AddModal.vue +++ b/src/components/Modals/AddModal.vue @@ -2,6 +2,7 @@