Skip to content

Commit

Permalink
Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
kadiryazici committed Mar 18, 2024
1 parent 57a6706 commit 1599a23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/SettingsPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ const scrollTop = ref(0)
const scrollElement = useScrollElement()
useEventListener(scrollElement, 'scroll', (e) => {
console.log(e)
scrollTop.value = (e.target as HTMLElement).scrollTop
})
</script>
Expand Down

0 comments on commit 1599a23

Please sign in to comment.