This commit is contained in:
2025-08-04 15:08:46 +02:00
parent 4642cf0b4b
commit 053e054200
3 changed files with 3 additions and 3 deletions

View File

@@ -5,13 +5,13 @@ export default class pokemonCharacterSheet extends api.HandlebarsApplicationMixi
sheetContext = {};
tab = "tab1";
tab = "tab2";
static DEFAULT_OPTIONS = {
tag: "form",
classes: ["pokemon", "sheet", "characterSheet"],
tabs: [
{navSelector: ".tabs", contentSelector: ".content", initial: "tab1"}
{navSelector: ".tabs", contentSelector: ".content", initial: this.tab}
],
form: {
submitOnChange: true,