foundryvtt / dnd5e

An implementation of the 5th Edition game system for Foundry Virtual Tabletop (http://foundryvtt.com).
MIT License
303 stars 206 forks source link

Actor configuration apps are added to `Actor#apps` even if they are not rendered #2029

Open arbron opened 1 year ago

arbron commented 1 year ago

If you click on the "Configure Languages" button multiple times, only a single app is displayed but multiple apps are still created and added to Actor#apps. If you then make any change to the actor itself it causes all of these apps to render.

Fyorl commented 1 year ago

Marking this as blocked on core issue: foundryvtt/foundryvtt#9849