Fix missing insert in populate_dir
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
parent
a898acf6b5
commit
ce28dc39ff
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue