Skip to content

Commit

Permalink
hotfix/project-list-reset
Browse files Browse the repository at this point in the history
  • Loading branch information
dsmooot committed Oct 17, 2024
1 parent e68699e commit 47f0aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/projects/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const Projects = () => {
return () => {
__lenis.off('scroll', onScroll)
}
}, [__lenis, isMobile, isTablet])
}, [__lenis, isMobile, isTablet, selectedCategory])

useGSAP(() => {
if (!once) return
Expand Down

0 comments on commit 47f0aa7

Please sign in to comment.