Merge remote-tracking branch 'origin/main' into feature/document-type-picker-and-tabs
This commit is contained in:
@@ -32,8 +32,8 @@ export class UmbWorkspacePropertyStructureManager<R extends UmbDocumentTypeRepos
|
||||
* This will give us all the structure for properties and containers.
|
||||
*/
|
||||
public async loadType(key?: string) {
|
||||
// TODO: I guess it would make sense to clean up, in this case we most likely don't need any of the old document types:
|
||||
//this.#documentTypes.next([]);
|
||||
this.#documentTypes.next([]);
|
||||
this.#containers.next([]);
|
||||
await this._loadType(key);
|
||||
}
|
||||
|
||||
|
||||
@@ -3,6 +3,7 @@ import { css, html } from 'lit';
|
||||
import { customElement, property, state } from 'lit/decorators.js';
|
||||
|
||||
import '../workspace-layout/workspace-layout.element';
|
||||
import '../../../../shared/components/variant-selector/variant-selector.element.ts';
|
||||
|
||||
// Lazy load
|
||||
// TODO: Make this dynamic, use load-extensions method to loop over extensions for this node.
|
||||
|
||||
Reference in New Issue
Block a user