Release 0.0.10
This commit is contained in:
@@ -120,8 +120,6 @@ export class StorageAuditReportApp extends foundry.applications.api.ApplicationV
|
||||
ui.notifications.error(format("KSA.Notify.Failed", { message: error.message }));
|
||||
} finally {
|
||||
this.#loading = false;
|
||||
const currentWidth = this.position?.width ?? 0;
|
||||
if (currentWidth < 980) this.setPosition({ width: 980 });
|
||||
await this.render({ force: true });
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user