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 09be600 commit 6baeb5eCopy full SHA for 6baeb5e
src/packages/fixednav/fixednav.taro.tsx
@@ -75,7 +75,7 @@ export const FixedNav: FunctionComponent<
75
)
76
77
const handleClick = (item: any, event: MouseEvent): void => {
78
- onSelect(event, item)
+ onSelect(item, event)
79
}
80
81
const onUpdateValue = (value = !visible): void => {
src/packages/fixednav/fixednav.tsx
0 commit comments