minor bugfix for close button mainly
This commit is contained in:
parent
42ef160cf2
commit
9cacbbbad4
4 changed files with 7 additions and 15 deletions
|
|
@ -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 = {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue