Skip to content

Commit ae36769

Browse files
committed
formatting
1 parent 9b91ec7 commit ae36769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/use-dropdown-menu.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ export default function useDropdownMenu(itemCount: number): DropdownMenuResponse
126126
e.preventDefault();
127127
moveFocus(0);
128128
}
129-
129+
130130
if (key === 'Enter' || key === ' ') {
131131
e.preventDefault();
132132
setIsOpen(true);

0 commit comments

Comments
 (0)