Get the base favourite mechanism working so the items are visible on the skills card
This commit is contained in:
parent
7d39c487dc
commit
c495f45015
14 changed files with 165 additions and 27 deletions
|
|
@ -52,6 +52,11 @@ export function GenericAppMixin(HandlebarsApp) {
|
|||
};
|
||||
};
|
||||
|
||||
/**
|
||||
* @override
|
||||
* This override makes it so that if the application has any framable popovers
|
||||
* within it that are currently open, they will rerender as well.
|
||||
*/
|
||||
async _onRender() {
|
||||
await super._onRender();
|
||||
for (const manager of this._popoverManagers.values()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue