Rename bubbles => cards

This commit is contained in:
Jorge Manrubia
2025-04-09 14:50:49 +02:00
parent e86b266f4c
commit 723e6d94f5
333 changed files with 3012 additions and 2820 deletions
@@ -12,7 +12,7 @@ export default class extends Controller {
for (const file of files) {
const uploadEvent = new CustomEvent("house-md:before-upload", {
bubbles: true,
cards: true,
detail: { file },
cancelable: true
})