Skip to content

Commit

Permalink
fix: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
andreialecu committed Apr 27, 2023
1 parent aa63cab commit 668e1ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ export const useScrollHandlerY = (name: TabName) => {
const { y } = event.contentOffset
scrollYCurrent.value = y
}
console.log('scrollYCurrent.value', scrollYCurrent.value, name)

scrollY.value[index.value] = scrollYCurrent.value
oldAccScrollY.value = accScrollY.value
accScrollY.value = scrollY.value[index.value] + offset.value
Expand Down

0 comments on commit 668e1ba

Please sign in to comment.