mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
3937966b74
Previously, if a reactive was observing the presence of an item in a set that was originally not present, it would get notified when that item was "deleted" from the set (even though there was nothing to delete and the set did not change). The same applied to the key already being present and then being "added". The same thing occured with Map, both for presence but also for values (setting a key to the value it was already set to would notify). This commit fixes that.