This commit is contained in:
2025-08-04 14:40:35 +02:00
parent 6355dc8f68
commit f45ed15457
3 changed files with 2 additions and 1 deletions

View File

@@ -94,6 +94,7 @@ export default class pokemonCharacterSheet extends api.HandlebarsApplicationMixi
this.tab = tabs.active;
context.system.tab = tabs.active;
console.log(context.system.tab);
console.log(this.sheetContext);
console.log(this.sheetContext.system.tab);
}