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
@@ -123,6 +131,7 @@ export function init(gridElement, autoFocus) {
123
131
124
132
document.body.addEventListener('click',bodyClickHandler,{ signal });
125
133
document.body.addEventListener('mousedown',bodyClickHandler,{ signal });// Otherwise it seems strange that it doesn't go away until you release the mouse button
134
+
document.body.addEventListener('keydown',bodyKeyDownHandler,{ signal });
126
135
gridElement.addEventListener('keydown',keyDownHandler,{ signal });
0 commit comments