Commit 7cbb1b23 authored by JC Brand's avatar JC Brand

When opening a dropdown, don't prevent other dropdowns from closing

parent f5aaaa87
......@@ -30,7 +30,6 @@ export class BaseDropdown extends CustomElement {
}
toggleMenu (ev) {
ev.stopPropagation();
ev.preventDefault();
if (u.hasClass('show', this.menu)) {
this.hideMenu();
......
Markdown is supported
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