fix: schoolbag, strengths and trope question tab editor content block had height of 0px
This commit is contained in:
@ -42,6 +42,7 @@ Hooks.once('init', async function() {
|
||||
decimals: 2
|
||||
};
|
||||
|
||||
|
||||
// Define custom Document classes
|
||||
CONFIG.Actor.documentClass = KidsOnBroomsActor;
|
||||
|
||||
@ -104,12 +105,10 @@ Hooks.once('init', async function() {
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// Preload Handlebars templates.
|
||||
return preloadHandlebarsTemplates();
|
||||
|
||||
|
||||
});
|
||||
|
||||
/***
|
||||
|
@ -20,6 +20,8 @@ export class KidsOnBroomsActorSheet extends ActorSheet {
|
||||
{
|
||||
console.log("template", this.actor)
|
||||
return `systems/kidsonbrooms/templates/actor/actor-${this.actor.type}-sheet.html`;
|
||||
|
||||
|
||||
}
|
||||
|
||||
/* -------------------------------------------- */
|
||||
|
Reference in New Issue
Block a user