This commit is contained in:
2025-08-04 15:16:33 +02:00
parent 59fdb53ae9
commit a3f88a6def
3 changed files with 4 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ export default class pokemonCharacterSheet extends api.HandlebarsApplicationMixi
sheetContext = {}; sheetContext = {};
tab = "tab2"; tab = "tab1";
static DEFAULT_OPTIONS = { static DEFAULT_OPTIONS = {
tag: "form", tag: "form",
@@ -69,7 +69,8 @@ export default class pokemonCharacterSheet extends api.HandlebarsApplicationMixi
this.sheetContext = context; this.sheetContext = context;
context.system.tab = "tab2" context.system.tab = this.tab;
console.log(context.system.tab);
return context; return context;
} }

View File

@@ -1,5 +1,5 @@
{ {
"version": "0.0.61", "version": "0.0.62",
"id": "pokemon", "id": "pokemon",
"title": "Pokémon TTRPG", "title": "Pokémon TTRPG",
"description": "A Pokémon TTRPG", "description": "A Pokémon TTRPG",

Binary file not shown.