WIP: Start on sending view updates to followers

This commit is contained in:
Antonio Scandurra 2022-03-18 14:20:09 +01:00
parent f0b7bd6e17
commit 10e6d82c3e
5 changed files with 146 additions and 45 deletions

View file

@ -288,7 +288,7 @@ impl Pane {
}
}
pub fn open_item(
pub(crate) fn open_item(
&mut self,
project_entry_id: ProjectEntryId,
cx: &mut ViewContext<Self>,