mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
0931a4dc5b
Before this commit, the handlers were bound to the current context, which is often the component but not necessarily. In some cases, a sub scope can be created (with t-foreach, or slots, or t-call), and the context is actually an object with the actual component instance it its prototype chain, but not the component.