fix(a11y): keep menu arrow keys from dragging the node underneath (#14543)
Menus rendered inline rather than in a portal live inside React Flow's node element, which listens for arrow and selection keys on that element itself. Radix consumes those keys for its own roving focus but lets them keep bubbling, so one arrow press both navigates the menu and moves the node. Stop the keys React Flow reserves at the content element, at the two shared primitives instead of the ten call sites that use them.
V
Viktor Avelino committed
59bab1a7bd57347894e0ec976dfe3e6e18261a65
Parent: 11169d7
Committed by GitHub <noreply@github.com>
on 8/14/2026, 2:55:13 PM