Flag absolute anchors
This commit is contained in:
parent
1d801dce06
commit
88fdd3084e
6 changed files with 100 additions and 26 deletions
|
|
@ -396,7 +396,7 @@ impl Graph {
|
|||
);
|
||||
} else {
|
||||
if let Some(destination) = anchor.destination()
|
||||
&& !anchor.external()
|
||||
&& !anchor.absolute()
|
||||
{
|
||||
let trimmed_destination = destination
|
||||
.trim_start_matches("/node/")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue