leave out the unused two way binding

This commit is contained in:
Niels Lyngsø
2024-06-24 16:14:26 +02:00
parent 53087eff96
commit 181dec37d9

View File

@@ -307,6 +307,9 @@ export abstract class UmbBlockEntryContext<
},
'observeContent',
);
/*
This two way binding does not work well, might need to further investigate what the exact problem is.
this.observe(
this.content,
(content) => {
@@ -316,6 +319,7 @@ export abstract class UmbBlockEntryContext<
},
'observeInternalContent',
);
*/
// observe settings:
const settingsUdi = this._layout.value?.settingsUdi;