This commit is contained in:
Niels Lyngsø
2024-02-28 10:17:57 +01:00
parent 0883f60bef
commit 8f8c48a3d3

View File

@@ -326,6 +326,9 @@ export class UmbBlockWorkspaceContext<
public destroy(): void {
super.destroy();
this.#layout.destroy();
this.#label.destroy();
this.#blockManager = undefined;
this.#modalContext = undefined;
}
}