2
0
Эх сурвалжийг харах

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

JC Brand 4 жил өмнө
parent
commit
7cbb1b23b2

+ 0 - 1
src/components/dropdown.js

@@ -30,7 +30,6 @@ export class BaseDropdown extends CustomElement {
     }
 
     toggleMenu (ev) {
-        ev.stopPropagation();
         ev.preventDefault();
         if (u.hasClass('show', this.menu)) {
             this.hideMenu();