fix: path reverse

This commit is contained in:
Zixuan Chen 2022-11-23 20:41:13 +08:00
parent e3efcb75e5
commit 870b39ec37

View file

@ -89,6 +89,7 @@ impl Hierarchy {
}
}
path.reverse();
path
}