mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-30 06:05:19 +00:00
Comment out todo!()
to fix panic when opening context menus
This commit is contained in:
parent
ca1d9dd0e5
commit
2c8d243d22
1 changed files with 1 additions and 1 deletions
|
@ -371,7 +371,7 @@ impl ProjectPanel {
|
|||
_entry_id: ProjectEntryId,
|
||||
_cx: &mut ViewContext<Self>,
|
||||
) {
|
||||
todo!()
|
||||
// todo!()
|
||||
// let project = self.project.read(cx);
|
||||
|
||||
// let worktree_id = if let Some(id) = project.worktree_id_for_entry(entry_id, cx) {
|
||||
|
|
Loading…
Reference in a new issue