Skip to content
Snippets Groups Projects
Commit 7e582cce authored by Umesh Gupta's avatar Umesh Gupta Committed by Dharmraj Jhala
Browse files

[FIX] mass_mailing: prevent click on empty area of drop-down


Currently, when clicking on the empty area during theme selection, the
snippet menu is visible on the top because the drop-down is expanded
which should only happen clicking on the '[data-toggle="dropdown"]'
button for the css and transformation etc to be applied correctly.

This commit fixes the issue by preventing click event and it's
propagation on the whole drop-down, and instead it lets the clicks
being handled only where needed.

taskID-2812312

closes odoo/odoo#88551

Signed-off-by: default avatarThibault Delavallee (tde) <tde@openerp.com>
parent e5b95097
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment