feat: guard to prevent premature form submissions while uploading

This commit is contained in:
Björn Fromme
2026-03-15 12:42:28 +01:00
parent 0652ca9f8b
commit 923e880056
11 changed files with 68 additions and 20 deletions
@@ -73,7 +73,7 @@ export default class extends Controller {
})
}
disconnect() {
disconnect () {
this.dropzone.destroy()
}
}