Skip to content

Commit

Permalink
add an example
Browse files Browse the repository at this point in the history
  • Loading branch information
vursen committed Jun 26, 2023
1 parent 55f8e1f commit 9b2be55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/a11y-base/src/focus-mixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const FocusMixin = dedupingMixin(
// the focused state when it wasn't set in the `focusin` listener.
// The latter can be the case when the component has multiple focusable
// elements, but only some of them trigger the component to receive
// the focused state. For example, the input element and a custom button
// the focused state. For example, an input element and a custom button
// in a suffix slot.
if (this.hasAttribute('focused') && this._shouldRemoveFocus(e)) {
this._setFocused(false);
Expand Down

0 comments on commit 9b2be55

Please sign in to comment.