mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
d08ea63565
Before this commit, props and t-props were computed like `Object.assign(props, t_props)`. Now, it computes like `Object.assign(t_props, props)` so props will override t-props. closes https://github.com/odoo/owl/issues/886