mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
3ebe985c3c
If a node was re-added while being removed (i.e. during the remove transition), the node was duplicated in the DOM for the delay of the remove transition. This rev. removes the old occurence directly in that case. Fixes #121