mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
fix: properly observe recursively new values
This commit is contained in:
+1
-1
@@ -133,7 +133,7 @@ export function makeObserver(): Observer {
|
||||
}
|
||||
if (newVal !== value) {
|
||||
value = newVal;
|
||||
// observe(newVal);
|
||||
observe(newVal);
|
||||
obj.__rev__!++;
|
||||
observer.__rev__++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user