Skip to content

4.13.20

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Aug 19:06
· 1 commit to main since this release

πŸ› Bug Fix

  • Search: the next/previous/close/replace buttons of the search bar could be reached with Tab but did nothing on Enter/Space β€” the handlers listened only to pointerdown, while keyboard activation of a native button fires click. Keyboard-initiated clicks (detail === 0, which also covers screen readers) are now handled; pointer behaviour is unchanged. Fixes #1440.