Skip to content

Commit fe943cb

Browse files
committed
chore: adjust ci
1 parent 536a1a7 commit fe943cb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ name: ✅ test
22
on: [push, pull_request]
33
jobs:
44
test:
5-
uses: react-component/rc-test/.github/workflows/test.yml@main
5+
uses: react-component/rc-test/.github/workflows/test-npm.yml@main
66
secrets: inherit

src/DropdownMenu.tsx

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

3535
const activeItem = menuRef.current?.findItem?.({ key: activeOption.key });
36-
console.log('>>>>', activeItem);
3736
if (activeItem) {
3837
activeItem.scrollIntoView({
3938
block: 'nearest',

0 commit comments

Comments
 (0)