Fix regression where navigation to @ links stopped working
This commit is contained in:
parent
1afac0274e
commit
fcfdc685ac
@ -717,7 +717,8 @@ export class Client {
|
||||
}
|
||||
|
||||
try {
|
||||
validatePageName(name);
|
||||
const pagePart = name.split(/[@$]/)[0];
|
||||
validatePageName(pagePart);
|
||||
} catch (e: any) {
|
||||
return this.flashNotification(e.message, "error");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user