Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix URL not updating when using `navigateInternalOnAnchor`
Sebastian Martinez committed 2 years ago
commit 50d046ce86cf1aa1aa5ff43e8de79af1088654e0
parent b76db5dfa372d9a79a02425d1d94fd678c56645d
1 file changed +1 -1
modified src/lib/router.ts
@@ -72,7 +72,7 @@ export async function navigateToUrl(
  const route = urlToRoute(url);

  if (route) {
-
    await replace(route);
+
    await navigate(action, route);
  } else {
    await navigate(action, {
      resource: "notFound",