minor bugfix for close button mainly

This commit is contained in:
CPTN Cosmo 2026-01-23 20:15:19 +01:00
parent 42ef160cf2
commit 9cacbbbad4
No known key found for this signature in database
4 changed files with 7 additions and 15 deletions

View file

@ -86,7 +86,7 @@ export class DHImporterApp extends HandlebarsApplicationMixin(ApplicationV2) {
static async onImport(event, target) {
try {
const formData = new FormDataExtended(this.element).object;
const formData = new foundry.applications.ux.FormDataExtended(this.element).object;
for (const actor of this.parsedData) {
actor.useFeatures = {};