runtime clean up
This commit is contained in:
@@ -205,4 +205,9 @@ export abstract class UmbElementPropertyDatasetContext<
|
||||
}
|
||||
this._dataOwner.finishPropertyValueChange();
|
||||
}
|
||||
|
||||
override destroy() {
|
||||
super.destroy();
|
||||
this.#propertyVariantIdMap.destroy();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -291,6 +291,7 @@ export class UmbDocumentWorkspaceContext
|
||||
override resetState() {
|
||||
super.resetState();
|
||||
this.#data.clear();
|
||||
this.removeUmbControllerByAlias(UmbWorkspaceIsNewRedirectControllerAlias);
|
||||
}
|
||||
|
||||
async loadLanguages() {
|
||||
|
||||
Reference in New Issue
Block a user