etiquettestartshere / effectivetray

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

consider using module damage application element to allow for `_scroll()` to be called when target list is repopulated #45

Open etiquettestartshere opened 5 months ago

etiquettestartshere commented 5 months ago

this may not be necessary, but it would be nice if selected a large group of targets scrolled the chat down, and it doesnt seem doable without additional changes to the damage application element. currently, the module's element is only used for non-gms with certain settings enabled.

etiquettestartshere commented 4 months ago

monkeypatching dnd5e.applications.components.DamageApplicationElement may actually be a cleaner way to do this 🐒

etiquettestartshere commented 5 days ago

since im already basically monkeypatching the element, and now using _scroll() inside it, the culmination of this would be using the module damage application element for GM clients as well.