Fixed various action calling issues

This commit is contained in:
ThaumRystra
2025-07-25 19:15:40 +02:00
parent 41e9fb4069
commit 899dcf42b1
12 changed files with 27 additions and 17 deletions

View File

@@ -168,6 +168,7 @@ export default {
creatureId: this.model.root.id,
$store: this.$store,
elementId: 'do-action-button',
targetIds: [],
}).catch((e) => {
console.error(e);
snackbar({ text: e.message || e.reason || e.toString() });