Skip to content

Commit

Permalink
feat(bazarlist): add global event when vue is ready
Browse files Browse the repository at this point in the history
  • Loading branch information
mrflos committed Mar 21, 2024
1 parent 82b55ae commit 3107a98
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/bazar/presentation/javascripts/bazar-list-dynamic.js
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,9 @@ const load = (domElement) => {

this.calculateBaseEntries()
this.ready = true
const event = new Event("bazar-list-dynamic-ready");
document.dispatchEvent(event);

}, 0)
})
}
Expand Down

0 comments on commit 3107a98

Please sign in to comment.