This commit is contained in:
2025-08-04 14:46:25 +02:00
parent f45ed15457
commit 2d49c12888
3 changed files with 2 additions and 2 deletions

View File

@@ -89,7 +89,7 @@ export default class pokemonCharacterSheet extends api.HandlebarsApplicationMixi
console.log("Rendering with "+this.tab+" open"); console.log("Rendering with "+this.tab+" open");
tabs.activate(this.tab); tabs.activate(this.tab);
tabs.callback = function(){ tabs.callback = () => {
console.log("Switching to "+tabs.active); console.log("Switching to "+tabs.active);
this.tab = tabs.active; this.tab = tabs.active;
context.system.tab = tabs.active; context.system.tab = tabs.active;

View File

@@ -1,5 +1,5 @@
{ {
"version": "0.0.54", "version": "0.0.55",
"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.