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");
tabs.activate(this.tab);
tabs.callback = function(){
tabs.callback = () => {
console.log("Switching to "+tabs.active);
this.tab = tabs.active;
context.system.tab = tabs.active;

View File

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

Binary file not shown.