We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Anchor links using <x-splade-link are not being scrolled to the anchor id
<x-splade-link
Example:
You're in footer of the hoem page, and there is a link with a anchor:
<li> <x-splade-link href="{{ route('ranking.index') }}#minhas-conquistas" class="text-sm leading-6 text-gray-300 hover:text-white"> Minhas Conquistas </x-splade-link> </li>
You'll be redirected to the top of the page instead of the page scrolled to the anchor.
<x-splade-link href="/page-2#anything">Click Me</x-splade-link>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description:
Anchor links using
<x-splade-link
are not being scrolled to the anchor idExample:
You're in footer of the hoem page, and there is a link with a anchor:
You'll be redirected to the top of the page instead of the page scrolled to the anchor.
Steps To Reproduce Issue:
<x-splade-link href="/page-2#anything">Click Me</x-splade-link>
The text was updated successfully, but these errors were encountered: