Skip to content
Commit 023e7c55 authored by Daniel Calviño Sánchez's avatar Daniel Calviño Sánchez
Browse files

Fix popover menu not closing in user settings



A popover menu is displayed when its element has the "open" CSS class.
That class is added when clicking on the menu toggle, but it was removed
only when clicking again on the toggle, so the popover menu in user
settings could be closed only by clicking again on the menu toggle. Now
the "open" CSS class is removed too when clicking on the body, either
directly or through event propagation.

Signed-off-by: default avatarDaniel Calviño Sánchez <danxuliu@gmail.com>
parent 99175c32
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment