Replies: 1 comment
-
You can use the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to listen to page navigation?
I have a mobile menu that opens based on a
let navOpened
value.I need to change it to false upon page navigation. Is this possible in sveltekit?
Of course, one option is to bind a click handler on all
a
tags, but that gets repetitive for each link.Beta Was this translation helpful? Give feedback.
All reactions