fix following bugs (#7406)
- Another broken following test - Fix following between two windows Release Notes: - Fixed following when the leader has multiple Zed windows open
This commit is contained in:
parent
a80a3b8706
commit
0c34bd8935
5 changed files with 119 additions and 21 deletions
|
@ -666,6 +666,7 @@ pub trait ProjectItem: Item {
|
|||
Self: Sized;
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
pub enum FollowEvent {
|
||||
Unfollow,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue