Commit a6f60652 authored by 李勇諭's avatar 李勇諭

fix pull down height

parent 8309a135
......@@ -89,7 +89,7 @@ export class PullToRefresh extends React.Component<PullToRefreshProps, PullToRef
});
}
if (this.currentY - this.startY > this.state.maxPullDownDistance * 1.2) {
if (this.currentY - this.startY > this.state.maxPullDownDistance) {
return;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment