We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fcc802 commit 536a1a7Copy full SHA for 536a1a7
src/DropdownMenu.tsx
@@ -33,6 +33,7 @@ function DropdownMenu(props: DropdownMenuProps) {
33
}
34
35
const activeItem = menuRef.current?.findItem?.({ key: activeOption.key });
36
+ console.log('>>>>', activeItem);
37
if (activeItem) {
38
activeItem.scrollIntoView({
39
block: 'nearest',
0 commit comments