Release 0.0.10

This commit is contained in:
2026-04-20 21:38:13 +00:00
parent 43d1a61535
commit 9d94e75a93
4 changed files with 19 additions and 12 deletions

View File

@@ -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 });
}
}