Skip to content

Commit

Permalink
Removed duplicate "drop here" text
Browse files Browse the repository at this point in the history
  • Loading branch information
deanmoses committed Dec 21, 2023
1 parent 4817b8f commit 3cb8d4c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/components/site/admin/FullScreenDropZone.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
}
</script>

<slot />
{#if dragging}
<p on:dragleave|preventDefault={dragLeave} on:dragover|preventDefault={dragOver} on:drop|preventDefault={drop}>
<slot />
Expand Down

0 comments on commit 3cb8d4c

Please sign in to comment.