mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-14 12:41:07 +01:00
prettier refacor
FIX: missing imports
This commit is contained in:
parent
175ae7dd23
commit
6e0d82e4f9
5 changed files with 23 additions and 36 deletions
|
|
@ -50,6 +50,6 @@ export default class WeaponSheet extends DHBaseItemSheet {
|
|||
*/
|
||||
static async onFeatureSelect(selectedOptions) {
|
||||
await this.document.update({ 'system.features': selectedOptions.map(x => ({ value: x.value })) });
|
||||
this.render({ force: false, parts: ["settings"] });
|
||||
this.render({ force: false, parts: ['settings'] });
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue