✨
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
BIN
system.zip
BIN
system.zip
Binary file not shown.
Reference in New Issue
Block a user