forked from abner/for-legacy-web
Fix internal navigation from Markdown links.
parent
64682d453f
commit
55ef70211a
|
|
@ -74,7 +74,7 @@ if (typeof window !== "undefined") {
|
|||
if (pathname.startsWith("/@")) {
|
||||
internalEmit("Intermediate", "openProfile", pathname.substr(2));
|
||||
} else {
|
||||
internalEmit("Intermediate", "navigate", pathname.substr(2));
|
||||
internalEmit("Intermediate", "navigate", pathname);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue