mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
3d40533de1
Previously, when using a component with a slot within a t-call with t-call-context, the component would become available again inside the slot despite the t-call-context. This was caused by the fact that the capture helper function creates an object with the component as its prototype which is incorrect. It should just use the previous context as its prototype.