Handle buffer deduping in the worktree instead of in workspace
Previously, buffers were only deduped by file if they were opened through Workspace::open_entry
This commit is contained in:
parent
52b8e3d1a2
commit
6ab795c629
5 changed files with 293 additions and 197 deletions
|
@ -1064,7 +1064,7 @@ mod tests {
|
|||
|
||||
// TODO
|
||||
// // Remove the selection set as client B, see those selections disappear as client A.
|
||||
// cx_b.update(move |_| drop(editor_b));
|
||||
cx_b.update(move |_| drop(editor_b));
|
||||
// buffer_a
|
||||
// .condition(&cx_a, |buffer, _| buffer.selection_sets().count() == 0)
|
||||
// .await;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue