docsite
docsite copied to clipboard
Control clicking on links works badly
If I control click on any menu item to open it in a new page it changes the current page to the intended page without changing the url and opens the previous page in a new tab.
- Go to https://dioxuslabs.com/blog/introducing-dioxus

-
control click on "home"
-
original tab becomes the blog page without changing the url

- the new tab points to the original page

I've updated the router to not be as terrible.
Can you check if this issue still persists?
It now doesn't open a new tab at all anymore. The url and shown page get updated like it should for a click without control. Right click and then open in new tab works as it should and so does middle mouse button click. It is just control click that is now broken.