SQL-MisterMagoo
SQL-MisterMagoo
Hi @Liques That's great - thanks for the offer - that would be really helpful. The thing that made me hold off on doing this is that it is purely...
I've done a bit of searching of the gitterhq/api channel and the advice over and over again seems to be "just use your personal token", so I don't think they...
Hey all - really sorry for the loooong delay - It's been a rough couple of years and I just haven't had the time to do anything, but I am...
Closing as pr #4 has now been merged. There is one more issue to fix before a new release.
Will be addressed by PR #4
Here is a temporary workaround that seems to work for internal clicks, but not deep linking `Bar `
@egil Yes, it does, but you can easily use @onmouseup or another event if you need Blazor code to fire as well as the internal browser scroll. See this example...
I was just reading the source and realised if you simply include `target="_top"` in your anchor, it will avoid the navigation interception and just work - not found a workaround...
> I just tried that in my project and it's still redirecting to the root url, not scrolling to the element. Can you share the link?
@TheGrandUser is this server side Blazor or web assembly?