Fix missing insert in populate_dir
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
co-authored by
Nathan Sobo
parent
a898acf6b5
commit
ce28dc39ff
@@ -342,6 +342,7 @@ impl Snapshot {
|
||||
}
|
||||
}
|
||||
}
|
||||
edits.push(Edit::Insert(child));
|
||||
}
|
||||
|
||||
// Replace the parent with a clone that includes the children and isn't pending
|
||||
|
||||
Reference in New Issue
Block a user