mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
2cca0bd819
This commit fixes some race conditions that were happening due to the loading of the tree being sometimes triggered at the same moment as the DOM patch. This would result in some destroyed component still being present in the devtools' tree. This commit also ensures that the loading of the tree is synchronous in regard to the component details loading.