You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[FIX] website: prevent duplicate notification on non-translatable els
Since [1], when clicking a non-translatable element in translation mode,
the notification was sometimes shown multiple times due to event
bubbling.
This commit stops the click event from propagating, ensuring the
notification is only triggered once.
[1]: odoo@41e3411closesodoo#221384
X-original-commit: 1a7cb32
Signed-off-by: Romaric Moyeuvre (romo) <[email protected]>
Signed-off-by: Serge Bayet (seba) <[email protected]>
0 commit comments