Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
beaesguerra committed Nov 27, 2024
1 parent bf9657a commit 29a9c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wonder-blocks-dropdown/src/util/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {ComboboxLabels} from "./types";
export const keys = {
escape: "Escape",
tab: "Tab",
space: "Space",
space: " ",
up: "ArrowUp",
down: "ArrowDown",
} as const;
Expand Down

0 comments on commit 29a9c96

Please sign in to comment.