diff --git a/zed/src/worktree.rs b/zed/src/worktree.rs index 63a84f8367adcaa867efd209829a8c91377bb45d..26e9d5788e456cd6a13f0b255575a719a0bb50a9 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