nath-angular-ui 0.8.10 → 0.8.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1991,6 +1991,7 @@ class NathMenuBar {
1991
1991
  }
1992
1992
  toggleSubmenu(item, index, event) {
1993
1993
  if (this.activeItem() === item) {
1994
+ this.dropdownMenu()?.hide();
1994
1995
  this.activeItem.set(null);
1995
1996
  this.activeItemIndex.set(-1);
1996
1997
  }