Skip to content

Commit

Permalink
fix(projects): fix reload button animate
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Sep 7, 2023
1 parent c91644b commit 41f2338
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ async function handleRefresh() {
await reCacheRoute(route.name as AuthRoute.AllRouteKey);
endLoading();
setTimeout(() => {
endLoading();
}, 1000);
}
</script>

Expand Down

1 comment on commit 41f2338

@vercel
Copy link

@vercel vercel bot commented on 41f2338 Sep 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.