Skip to content

Commit 0c3a8ef

Browse files
committed
Format the code
1 parent 153a257 commit 0c3a8ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/use-dropdown-menu.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ export default function useDropdownMenu(itemCount: number) {
2929
firstRun.current = false;
3030
return;
3131
}
32-
32+
3333
// If the menu is currently open focus on the first item in the menu
3434
if (isOpen) {
3535
moveFocus(0);
3636
}
3737
}, [isOpen]);
38-
38+
3939
// Handle listening for clicks and auto-hiding the menu
4040
useEffect(() => {
4141
// This function is designed to handle every click

0 commit comments

Comments
 (0)