mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
0bc9573a8a
When fixing the absence of capture for arrow functions passed as props, we unintentionally introduced a breaking change: bare function calls in the arrow functions used to be called with the rendering context as their this value and this was no longer the case. This commit fixes that by intentionally not capturing the value of functions that are called withing the arrow function.