Skip to content
This repository was archived by the owner on Nov 6, 2025. It is now read-only.

Commit ab9ecdd

Browse files
committed
leave out the unused two way binding
1 parent 59c7c46 commit ab9ecdd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/packages/block/block/context/block-entry.context.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,9 @@ export abstract class UmbBlockEntryContext<
307307
},
308308
'observeContent',
309309
);
310+
/*
311+
312+
This two way binding does not work well, might need to further investigate what the exact problem is.
310313
this.observe(
311314
this.content,
312315
(content) => {
@@ -316,6 +319,7 @@ export abstract class UmbBlockEntryContext<
316319
},
317320
'observeInternalContent',
318321
);
322+
*/
319323

320324
// observe settings:
321325
const settingsUdi = this._layout.value?.settingsUdi;

0 commit comments

Comments
 (0)