Skip to content

Commit 0a57021

Browse files
committed
chore: drop stale comment
1 parent bd0fe09 commit 0a57021

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

app/components/Header/MobileBottomBar.client.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ const contextLabel = computed(() => {
99
return ''
1010
})
1111
12-
// Hide on scroll down, reveal on scroll up (svelte.dev-style).
13-
// Keeps the bar visible while the menu is open, near the top of the page,
14-
// or when scroll direction flips.
1512
const hidden = shallowRef(false)
1613
const SCROLL_THRESHOLD = 24
1714

0 commit comments

Comments
 (0)