We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c52c2cb + 40c6683 commit 6ccd731Copy full SHA for 6ccd731
resources/views/livewire/tailwindcss/csv-importer.blade.php
@@ -31,7 +31,7 @@
31
x-on:dragover.prevent="dropping = true"
32
x-on:dragleave.prevent="dropping = false"
33
x-on:drop.prevent="dropping = false"
34
- x-on:drop.prevnet="handleDrop($event)"
+ x-on:drop.prevent="handleDrop($event)"
35
x-data="{
36
dropping: false,
37
0 commit comments