This commit is contained in:
Niels Lyngsø
2023-04-21 12:18:59 +02:00
parent a43c8f9f9a
commit f6ef9fb218

View File

@@ -45,10 +45,6 @@ export class UmbWorkspacePropertyStructureManager<R extends UmbDocumentTypeRepos
new UmbObserverController(host, this.documentTypes, (documentTypes) => {
documentTypes.forEach((documentType) => {
// We could cache by docType Key?
// TODO: how do we ensure a container goes away?
//this._initDocumentTypeContainers(documentType);
this._loadDocumentTypeCompositions(documentType);
});
});