mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
2ae0149adb
Synthetic handler is a sort of event delegation that allows placing only one listener on the document to improve performance. It is an opt-in option. Native listener places the listener on the node itself.