Skip to content

Commit 536a1a7

Browse files
committed
chore: debug of ci
1 parent 3fcc802 commit 536a1a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/DropdownMenu.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ function DropdownMenu(props: DropdownMenuProps) {
3333
}
3434

3535
const activeItem = menuRef.current?.findItem?.({ key: activeOption.key });
36+
console.log('>>>>', activeItem);
3637
if (activeItem) {
3738
activeItem.scrollIntoView({
3839
block: 'nearest',

0 commit comments

Comments
 (0)