We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d8ed82 commit 40c6683Copy full SHA for 40c6683
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