Enable the ammo popover on the combined sheet (closes #44)
This commit is contained in:
parent
88131aabe0
commit
38c83586e5
2 changed files with 2 additions and 2 deletions
|
|
@ -58,6 +58,7 @@ export class CombinedHeroSheet extends GenericAppMixin(HandlebarsApplicationMixi
|
|||
);
|
||||
|
||||
const skillsElement = this.element.querySelector(`.SkillsCardV1`);
|
||||
SkillsCardV1._createPopoverListeners.bind(this)();
|
||||
SkillsCardV1._onRender.bind(this)(
|
||||
context,
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue