diff --git a/module/Apps/GenericApp.mjs b/module/Apps/GenericApp.mjs index 781603d..5f3a75b 100644 --- a/module/Apps/GenericApp.mjs +++ b/module/Apps/GenericApp.mjs @@ -16,7 +16,7 @@ export function GenericAppMixin(HandlebarsApp) { ], actions: { roll: this.#rollDice, - createItem: (_event, target) => { + createItem(_event, target) { // uses arrow-less function for "this" const parent = this.document; createItemFromElement(target, { parent }); },