Add following into channel notes
co-authored-by: max <max@zed.dev>
This commit is contained in:
parent
7e83138805
commit
199be8241c
6 changed files with 128 additions and 17 deletions
|
@ -674,7 +674,7 @@ pub trait FollowableItem: Item {
|
|||
fn to_state_proto(&self, cx: &AppContext) -> Option<proto::view::Variant>;
|
||||
fn from_state_proto(
|
||||
pane: ViewHandle<Pane>,
|
||||
project: ModelHandle<Project>,
|
||||
project: ViewHandle<Workspace>,
|
||||
id: ViewId,
|
||||
state: &mut Option<proto::view::Variant>,
|
||||
cx: &mut AppContext,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue