Flag absolute anchors

This commit is contained in:
Juno Takano 2026-06-03 21:23:40 -03:00
commit 88fdd3084e
6 changed files with 100 additions and 26 deletions

View file

@ -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/")