mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-22 15:33:37 +02:00
Refresh effects display after actor preparation
This commit is contained in:
parent
a4fff56461
commit
b987aa8e21
2 changed files with 12 additions and 1 deletions
|
|
@ -91,7 +91,6 @@ export default class DhEffectsDisplay extends HandlebarsApplicationMixin(Applica
|
|||
const effects = DhEffectsDisplay.getTokenEffects();
|
||||
const effect = effects.find(x => x.id === element.dataset.effectId);
|
||||
await effect.delete();
|
||||
this.render();
|
||||
}
|
||||
|
||||
setupHooks() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue