You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: prevent pages from receiving KBarResults' keyboard events
When interacting with KBarResults, `UpArrow`, `DownArrow`, and `Enter` keyboard events propagate, and can be received by the webpage underneath it. This patch invokes `stopPropagation()` on the events, and converts their listeners from bubbling to capturing, to ensure priority event handling.
0 commit comments