revert
This commit is contained in:
@@ -69,9 +69,6 @@ export abstract class UmbBlockEntriesContext<
|
||||
|
||||
// Public methods:
|
||||
|
||||
blockTypeOf(contentTypeKey: string) {
|
||||
return this._manager!.blockTypeOf(contentTypeKey);
|
||||
}
|
||||
layoutOf(contentKey: string) {
|
||||
return this._layoutEntries.asObservablePart((source) => source.find((x) => x.contentKey === contentKey));
|
||||
}
|
||||
|
||||
@@ -487,6 +487,7 @@ export abstract class UmbBlockEntryContext<
|
||||
|
||||
#gotManager() {
|
||||
this.#observeVariantId();
|
||||
this.#observeBlockType();
|
||||
this.#observeContentData();
|
||||
this.#observeSettingsData();
|
||||
this.#observeReadOnlyState();
|
||||
@@ -497,7 +498,6 @@ export abstract class UmbBlockEntryContext<
|
||||
#gotEntries() {
|
||||
this.#updateCreatePaths();
|
||||
this.#observeLayout();
|
||||
this.#observeBlockType();
|
||||
|
||||
this.observe(
|
||||
this._entries?.workspacePath,
|
||||
|
||||
Reference in New Issue
Block a user