Skip to content

Commit

Permalink
increase threshold for pull to refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
mabry1985 committed Nov 5, 2023
1 parent 8ddaa90 commit 7612f62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ const App = () => {
<ToastManager />
<PullToRefresh
onRefresh={async () => window.location.reload()}
pullDownThreshold={125}
maxPullDownDistance={150}
pullingContent={''}
>
<main className="w-screen max-h-full overflow-hidden">
Expand Down

0 comments on commit 7612f62

Please sign in to comment.