From 46d282f249fe908dd5b45b751576cc0b5cf1f295 Mon Sep 17 00:00:00 2001 From: eamedina Date: Wed, 12 Jun 2024 12:34:22 -0400 Subject: [PATCH] Remove onMouseEnter to fix conflict with keyboard navigation --- src/link/sections.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/link/sections.js b/src/link/sections.js index f6531b4..d0d5503 100644 --- a/src/link/sections.js +++ b/src/link/sections.js @@ -106,7 +106,6 @@ export const Sections = ( { onKeyUp={ () => { selectSection( item.id ); } } - onMouseEnter={ () => setHoverIndex( -1 ) } >