mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
bd199971bd
When a parent component has an empty child with a t-on and an event is triggered inside the parent, blockdom checks if there is an event_catcher to call. Doing so, an empty child would cause an error. This commit fixes that.