This commit is contained in:
Niels Lyngsø
2024-02-09 17:26:57 +01:00
parent e6dcc7c2e8
commit c099179ea7
2 changed files with 0 additions and 3 deletions

View File

@@ -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:

View File

@@ -17,7 +17,6 @@ export class UmbBlockListEntryContext extends UmbBlockEntryContext<
}
_gotManager() {
console.log(this);
if (this._manager) {
this.observe(
this._manager.inlineEditingMode,