Skip to content

Commit

Permalink
docs: clarify JSDoc for focused getter override
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Oct 6, 2022
1 parent af9798c commit 0284209
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/menu-bar/src/vaadin-menu-bar-interactions-mixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ export const InteractionsMixin = (superClass) =>

/**
* Override getter from `KeyboardDirectionMixin`
* to look for activeElement in shadow root, or
* use the expanded button as a fallback.
* to the expanded button for arrow navigation
* when the sub-menu is opened and has focus.
*
* @return {Element | null}
* @protected
Expand Down

0 comments on commit 0284209

Please sign in to comment.