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 536a1a7 commit fe943cbCopy full SHA for fe943cb
.github/workflows/main.yml
@@ -2,5 +2,5 @@ name: ✅ test
2
on: [push, pull_request]
3
jobs:
4
test:
5
- uses: react-component/rc-test/.github/workflows/test.yml@main
+ uses: react-component/rc-test/.github/workflows/test-npm.yml@main
6
secrets: inherit
src/DropdownMenu.tsx
@@ -33,7 +33,6 @@ 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