Fix dropzone border

This commit is contained in:
Austin Mroz
2026-01-05 15:50:12 -08:00
parent 5cf57ff8e8
commit 522ad67ced
2 changed files with 3 additions and 1 deletions

View File

@@ -33,7 +33,8 @@ const canAcceptDrop = ref(false)
}
"
>
<slot />
<!--Slot is wrapped to ensure it's last and doesn't have border-->
<div><slot /></div>
<div
v-if="dropIndicator"
:class="