mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 23:25:20 +00:00
FileManager: Make the tree view follow the directory view navigations.
This commit is contained in:
@@ -40,6 +40,7 @@ bool FileSystemPath::canonicalize(bool resolve_symbolic_links)
|
||||
builder.append('/');
|
||||
builder.append(cpart);
|
||||
}
|
||||
m_parts = move(canonical_parts);
|
||||
m_string = builder.to_string();
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user