fix faction sheet vanishing on faction delete #162

This commit is contained in:
Ted Kern 2022-01-23 20:22:50 -08:00
parent 9e207a4602
commit 6beee45f4d

View file

@ -9,7 +9,7 @@ export class BladesFactionSheet extends BladesSheet {
/** @override */
static get defaultOptions() {
return foundry.utils.mergeObject(super.defaultOptions, {
classes: ["blades-in-the-dark", "sheet", "item", "faction"],
classes: ["blades-in-the-dark", "sheet", "actor", "faction"],
template: "systems/blades-in-the-dark/templates/faction-sheet.html",
width: 900,
height: 'auto',
@ -53,4 +53,4 @@ export class BladesFactionSheet extends BladesSheet {
});
}
}
}