Skip to content

Commit

Permalink
Remove onMouseEnter to fix conflict with keyboard navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
medied committed Jun 12, 2024
1 parent f06b10d commit 46d282f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/link/sections.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ export const Sections = ( {
onKeyUp={ () => {
selectSection( item.id );
} }
onMouseEnter={ () => setHoverIndex( -1 ) }
>
<div className={ `${ sectionsPrefix }-list-item-content` }>
<span className={ `${ sectionsPrefix }-list-item-content-title` }>
Expand Down

0 comments on commit 46d282f

Please sign in to comment.