@internetarchive/ia-topnav 1.3.5-alpha4 → 1.3.5-alpha5

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/ia-topnav.js +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@internetarchive/ia-topnav",
3
- "version": "1.3.5-alpha4",
3
+ "version": "1.3.5-alpha5",
4
4
  "description": "Top nav for Internet Archive",
5
5
  "license": "AGPL-3.0-only",
6
6
  "main": "index.js",
package/src/ia-topnav.js CHANGED
@@ -305,6 +305,7 @@ export default class IATopNav extends LitElement {
305
305
  <desktop-subnav
306
306
  .baseHost=${this.baseHost}
307
307
  .menuItems=${this.desktopSubnavMenuItems}
308
+ @focus=${this.closeMenus}
308
309
  ></desktop-subnav>
309
310
  <div id="close-layer" class="${this.closeLayerClass}" @click=${this.closeMenus}></div>
310
311
  `;