etiquettestartshere / effectivetray

A module for dnd5e on foundryvtt that allows the effects and damage trays to be used more effectively.
MIT License
4 stars 3 forks source link

Effects with duplicate names all apply on the first listener #35

Closed etiquettestartshere closed 7 months ago

etiquettestartshere commented 7 months ago

this is due to the fact that the listener is tied to the name and not the id or uuid. since the id is derived or injected via handlebars(?) and not there on the time of the render hook, the uuid should be used for the click listener instead