clean up
This commit is contained in:
@@ -89,8 +89,6 @@ export class UmbBlockGridEntriesContext extends UmbBlockEntriesContext<
|
||||
|
||||
async #gotAreaKey() {
|
||||
if (this.#areaKey === undefined) return;
|
||||
//
|
||||
console.log('gotAreaKey');
|
||||
|
||||
if (this.#areaKey === null) {
|
||||
// Root entries:
|
||||
|
||||
@@ -17,7 +17,6 @@ export class UmbBlockListEntryContext extends UmbBlockEntryContext<
|
||||
}
|
||||
|
||||
_gotManager() {
|
||||
console.log(this);
|
||||
if (this._manager) {
|
||||
this.observe(
|
||||
this._manager.inlineEditingMode,
|
||||
|
||||
Reference in New Issue
Block a user