Skip to content

Commit

Permalink
fix: 修复下拉刷新报错 jdf2e#761
Browse files Browse the repository at this point in the history
  • Loading branch information
eiinu committed Mar 15, 2023
1 parent 988e22d commit c4f1067
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/packages/infiniteloading/infiniteloading.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ export const Infiniteloading: FunctionComponent<
className={classes}
ref={scroller}
onTouchStart={touchStart}
onTouchMove={touchMove}
onTouchEnd={touchEnd}
{...restProps}
>
Expand Down

0 comments on commit c4f1067

Please sign in to comment.