Skip to content

Commit c422d07

Browse files
Update index.js
1 parent 10c7728 commit c422d07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/theme/Layout/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ function KapaEventHandler() {
168168
};
169169

170170
const handleKeyDown = (e) => {
171-
if (e.key === 'Enter' || e.key === ' ') {
171+
if (e.key === 'Enter') {
172172
handleActivation(e);
173173
}
174174
};

0 commit comments

Comments
 (0)