From 043c0450d68b45a73163c2e57b359904ee54c9b6 Mon Sep 17 00:00:00 2001 From: Salem Yaslem Date: Mon, 15 May 2023 15:46:44 +0300 Subject: [PATCH] try auto build --- app.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app.vue b/app.vue index 21a3335..4818d58 100644 --- a/app.vue +++ b/app.vue @@ -95,7 +95,6 @@ watchEffect(() => { let dragContainer = document.querySelector(".select-area"); function onSelectStart(e: any) { - console.log("start", e); e.added.forEach((el: any) => { el.classList.add("selected"); }); @@ -105,7 +104,6 @@ function onSelectStart(e: any) { } function onSelectEnd(e: any) { - console.log("end", e); e.afterAdded.forEach((el: any) => { el.classList.add("selected"); }); @@ -159,7 +157,7 @@ function onSelectEnd(e: any) { :selectFromInside="false" :toggleContinueSelect="'shift'" @select="onSelectStart" @selectStart="onSelectStart" :get-element-rect="getElementInfo" @selectEnd="onSelectEnd" /> -

Drag and drop compressed files here

+

Drag compressed files here