mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
add possibility to deep rendering
This commit is contained in:
@@ -67,6 +67,7 @@ export class Fiber {
|
||||
parent: Fiber | null;
|
||||
children: Fiber[] = [];
|
||||
appliedToDom = false;
|
||||
deep: boolean = false;
|
||||
|
||||
constructor(node: ComponentNode, parent: Fiber | null) {
|
||||
this.node = node;
|
||||
|
||||
Reference in New Issue
Block a user