Merge pull request #2105 from zed-industries/fix-focus-stealing-when-collaborating
Limit focus grabbing in followed pane
This commit is contained in:
commit
a1308d20ce
3 changed files with 42 additions and 22 deletions
|
@ -5625,7 +5625,6 @@ async fn test_following(
|
|||
.downcast::<Editor>()
|
||||
.unwrap()
|
||||
});
|
||||
assert!(cx_b.read(|cx| editor_b2.is_focused(cx)));
|
||||
assert_eq!(
|
||||
cx_b.read(|cx| editor_b2.project_path(cx)),
|
||||
Some((worktree_id, "2.txt").into())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue