Skip to content

Commit

Permalink
fix(player): settings stops working via keyboard after exiting
Browse files Browse the repository at this point in the history
closes #1088
  • Loading branch information
mihar-22 committed Jan 25, 2024
1 parent 597cef7 commit f4954d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const FOCUSABLE_ELEMENTS_SELECTOR = /* #__PURE__*/ [
'select',
'button',
]
.map((selector) => `${selector}:not([aria-hidden])`)
.map((selector) => `${selector}:not([aria-hidden='true'])`)
.join(',');

const VALID_KEYS = /* #__PURE__*/ new Set([
Expand Down

0 comments on commit f4954d9

Please sign in to comment.