mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
56087b95cd
This rev. moves the logic of batching the notifications of changes occurring in the same microtask tick, from the observer, to the listeners (the context, and the render function of components). By doing so in render, we ensure that similar renderings are batched in a single one, wherever they come from (state change, store change, direct call...).