mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
[TODO] fix separate issue. need a test
This commit is contained in:
+1
-1
@@ -349,7 +349,7 @@ export class Component<
|
||||
if (shouldUpdate) {
|
||||
await this.willUpdateProps(nextProps);
|
||||
this.props = nextProps;
|
||||
await this.render(false, patchQueue);
|
||||
await this.render(forceUpdate, patchQueue);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user