Use better name for the method that closes deleted buffers
co-authored-by: Max <max@zed.dev>
This commit is contained in:
parent
583b15badc
commit
2c8fffc4f8
2 changed files with 4 additions and 2 deletions
|
@ -1305,7 +1305,7 @@ impl Pane {
|
|||
&self.toolbar
|
||||
}
|
||||
|
||||
pub fn delete_item(
|
||||
pub fn handle_deleted_project_item(
|
||||
&mut self,
|
||||
entry_id: ProjectEntryId,
|
||||
cx: &mut ViewContext<Pane>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue