Environment
Vuetify Version: 3.12.3
Vue Version: 3.5.30
OS: Linux
Steps to reproduce
- Click the compact Dropzone
- Choose a file
- Try to click the Dropzone again
Expected Behavior
The Dropzone is clickable when a file is currently added even for density="compact". This is important to change the file.
Actual Behavior
The Dropzone is not clickable when a file is currently added.
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
Drag & Drop still works normally. The onClick handler is unregistered when a file is added, the drop handlers aren't.
Environment
Vuetify Version: 3.12.3
Vue Version: 3.5.30
OS: Linux
Steps to reproduce
Expected Behavior
The Dropzone is clickable when a file is currently added even for density="compact". This is important to change the file.
Actual Behavior
The Dropzone is not clickable when a file is currently added.
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
Drag & Drop still works normally. The onClick handler is unregistered when a file is added, the drop handlers aren't.