zzzz
This commit is contained in:
@@ -571,7 +571,7 @@ impl P2PClientApp {
|
||||
.enabled(true)
|
||||
.show(ui, |ui| {
|
||||
for child in &node.children_hashes {
|
||||
self.draw_file_node(ui, child.content_hash, tree, depth + 1, None);
|
||||
self.draw_file_node(ui, child.clone(), tree, depth + 1, None);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user