Refresh effects display after actor preparation (#1752)

This commit is contained in:
Carlos Fernandez 2026-03-26 10:50:52 -04:00 committed by GitHub
parent a4fff56461
commit eb9e47c39d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 12 additions and 1 deletions

View file

@ -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() {