@m3e/nav-menu 1.0.0 → 1.0.1

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.
package/dist/index.js CHANGED
@@ -929,7 +929,7 @@ _M3eNavMenuElement_updateFocusVisible = function _M3eNavMenuElement_updateFocusV
929
929
  });
930
930
  };
931
931
  _M3eNavMenuElement_updateItemFocusVisible = function _M3eNavMenuElement_updateItemFocusVisible(item, focused, focusVisible) {
932
- if (focused) {
932
+ if (focused && focusVisible) {
933
933
  item.stateLayer?.show("focused");
934
934
  }
935
935
  else {