more destroy

This commit is contained in:
Niels Lyngsø
2024-10-11 23:31:05 +02:00
parent 578609c050
commit 8a74976d9b

View File

@@ -135,6 +135,9 @@ export class UmbEntityWorkspaceDataManager<ModelType>
override destroy() {
this._persisted.destroy();
this._current.destroy();
(this._persisted as any) = undefined;
(this._current as any) = undefined;
super.destroy();
}
}