mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-11 03:27:08 +01:00
.
This commit is contained in:
parent
c2807e0676
commit
d3ebd30e59
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ export default class DHContextMenu extends foundry.applications.ux.ContextMenu {
|
||||||
const element = event.target.closest('.context-item');
|
const element = event.target.closest('.context-item');
|
||||||
if (!element) return;
|
if (!element) return;
|
||||||
const item = this.menuItems.find(i => i.element === element);
|
const item = this.menuItems.find(i => i.element === element);
|
||||||
item?.callback(this.#jQuery ? $(this.target) : this.target, event);
|
item?.onClick(event, this.#jQuery ? $(this.target) : this.target);
|
||||||
this.close();
|
this.close();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue