Open scruffian opened 10 months ago
@annezazu This would be quite important in order to build a single page website. Without the whole concept breaks down on mobile.
I propose this is actually quite an important issue.
My recommendation to fix would be to use the Interactivity API and apply special handling to any "internal" links (those containing only #someanchor
as the url
value).
Some of this is here
But we might want to add to the core/navigation-link
block itself:
What problem does this address?
The navigation block supports anchor/on-page links inside the overlay. When a user clicks these they navigate to the correct part of the page but the overlay doesn't close so it's not clear that has happened.
What is your proposed solution?
We should close the overlay when links inside it are clicked.