mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
58f6724194
It is important to reset the isRendered flag to false to ensure that other (subsequent) simultaneous calls to render will be skipped, as the currentFiber is actually no yet (re-)rendered. Closes #483