EddieDover / fvtt-party-sheet

A module for FoundryVTT providing a system-agnostic JSON-templated party sheet.
MIT License
2 stars 3 forks source link

[Bug] Button should wait to display until all templates have been loaded. #5

Closed EddieDover closed 4 months ago

EddieDover commented 4 months ago

On slower systems, the party sheet icon might be displayed and made clickable before all the system templates can be loaded.

Investigate invoking rendering code only after template parsing has finished.