✨
This commit is contained in:
@@ -5,7 +5,7 @@ export default class pokemonCharacterSheet extends api.HandlebarsApplicationMixi
|
||||
|
||||
sheetContext = {};
|
||||
|
||||
tab = "tab2";
|
||||
tab = "tab1";
|
||||
|
||||
static DEFAULT_OPTIONS = {
|
||||
tag: "form",
|
||||
@@ -69,7 +69,8 @@ export default class pokemonCharacterSheet extends api.HandlebarsApplicationMixi
|
||||
|
||||
this.sheetContext = context;
|
||||
|
||||
context.system.tab = "tab2"
|
||||
context.system.tab = this.tab;
|
||||
console.log(context.system.tab);
|
||||
|
||||
return context;
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "0.0.61",
|
||||
"version": "0.0.62",
|
||||
"id": "pokemon",
|
||||
"title": "Pokémon TTRPG",
|
||||
"description": "A Pokémon TTRPG",
|
||||
|
||||
BIN
system.zip
BIN
system.zip
Binary file not shown.
Reference in New Issue
Block a user