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,
|
_entry_id: ProjectEntryId,
|
||||||
_cx: &mut ViewContext<Self>,
|
_cx: &mut ViewContext<Self>,
|
||||||
) {
|
) {
|
||||||
todo!()
|
// todo!()
|
||||||
// let project = self.project.read(cx);
|
// let project = self.project.read(cx);
|
||||||
|
|
||||||
// let worktree_id = if let Some(id) = project.worktree_id_for_entry(entry_id, cx) {
|
// let worktree_id = if let Some(id) = project.worktree_id_for_entry(entry_id, cx) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue