Use better name for the method that closes deleted buffers

co-authored-by: Max <max@zed.dev>
This commit is contained in:
Kirill Bulatov 2023-05-19 21:47:00 +03:00
parent 583b15badc
commit 2c8fffc4f8
2 changed files with 4 additions and 2 deletions

View file

@ -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>,