You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Presumably broken in Blazor for the same reason as hash-navigation, recreating it in the same way (navigationmanager hook + js) would be needed ?
The Using Edge's "Copy link to highlight" for the /build page, we get a link like https://localhost:5001/build#:~:text=Tailwind%20Incremental%20Builds.
The :~:text=... is being stripped off, it's not included in NavigationManager.Uri or LocationChangedEventArgs.Location. AnchorNavigationHook intercepts anything with a # but doesn't get the highlight bits.
The text was updated successfully, but these errors were encountered:
This: https://github.com/WICG/scroll-to-text-fragment/
In Action
Presumably broken in Blazor for the same reason as hash-navigation, recreating it in the same way (navigationmanager hook + js) would be needed ?
The Using Edge's "Copy link to highlight" for the
/build
page, we get a link likehttps://localhost:5001/build#:~:text=Tailwind%20Incremental%20Builds
.The
:~:text=...
is being stripped off, it's not included in NavigationManager.Uri or LocationChangedEventArgs.Location. AnchorNavigationHook intercepts anything with a#
but doesn't get the highlight bits.The text was updated successfully, but these errors were encountered: