mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-23 07:53:39 +02:00
Lint fixes
This commit is contained in:
parent
4e555dd314
commit
6147201117
10 changed files with 53 additions and 48 deletions
|
|
@ -100,7 +100,7 @@ export default function DHApplicationMixin(Base) {
|
|||
addNewItem: DHSheetV2.#addNewItem,
|
||||
browseItem: DHSheetV2.#browseItem,
|
||||
editAttribution: DHSheetV2.#editAttribution,
|
||||
configureLevelUpOptions: DHSheetV2.#configureLevelUpOptions,
|
||||
configureLevelUpOptions: DHSheetV2.#configureLevelUpOptions
|
||||
},
|
||||
contextMenus: [
|
||||
{
|
||||
|
|
@ -126,9 +126,9 @@ export default function DHApplicationMixin(Base) {
|
|||
icon: 'fa-solid fa-angles-up fa-fw',
|
||||
label: 'DAGGERHEART.UI.Tooltip.configureLevelupOptions',
|
||||
action: 'configureLevelUpOptions',
|
||||
visible: DHSheetV2.#hasLevelUpOptions,
|
||||
visible: DHSheetV2.#hasLevelUpOptions
|
||||
}
|
||||
],
|
||||
]
|
||||
},
|
||||
dragDrop: [{ dragSelector: '.inventory-item[data-type="effect"]', dropSelector: null }],
|
||||
tagifyConfigs: []
|
||||
|
|
@ -155,7 +155,7 @@ export default function DHApplicationMixin(Base) {
|
|||
|
||||
static #hasLevelUpOptions() {
|
||||
return this.document.system.metadata.hasLevelUpOptions;
|
||||
};
|
||||
}
|
||||
|
||||
/**
|
||||
* Refresh the custom parts of the application frame
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue