Explorar o código

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

JC Brand %!s(int64=4) %!d(string=hai) anos
pai
achega
7cbb1b23b2
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/components/dropdown.js

+ 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();