mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
[FIX] component: cancel previous mounting operations if necessary
closes #626
This commit is contained in:
@@ -2814,9 +2814,9 @@ describe("random stuff/miscellaneous", () => {
|
||||
steps.push(`${this.name}:render`);
|
||||
return super.__render(f);
|
||||
}
|
||||
__patch(vnode) {
|
||||
__patch(target, vnode) {
|
||||
steps.push(`${this.name}:__patch`);
|
||||
super.__patch(vnode);
|
||||
super.__patch(target, vnode);
|
||||
}
|
||||
mounted() {
|
||||
steps.push(`${this.name}:mounted`);
|
||||
|
||||
Reference in New Issue
Block a user