diff --git a/zed/src/worktree.rs b/zed/src/worktree.rs index 63a84f8367..26e9d5788e 100644 --- a/zed/src/worktree.rs +++ b/zed/src/worktree.rs @@ -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