destroy properties state

This commit is contained in:
Niels Lyngsø
2024-04-11 13:11:49 +02:00
parent 8b771b46f9
commit 251be2e3bb

View File

@@ -163,6 +163,7 @@ export class UmbBlockTypeWorkspaceContext<BlockTypeData extends UmbBlockTypeWith
public destroy(): void {
this.#data.destroy();
this.#properties.destroy();
super.destroy();
}
}