can be destroyed multiple times
This commit is contained in:
@@ -215,7 +215,8 @@ export abstract class UmbElementPropertyDatasetContext<
|
||||
|
||||
override destroy() {
|
||||
super.destroy();
|
||||
this.#propertyVariantIdMap.destroy();
|
||||
|
||||
this.#propertyVariantIdMap?.destroy();
|
||||
(this.#propertyVariantIdMap as unknown) = undefined;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user