diff --git a/crates/project_panel/src/project_panel.rs b/crates/project_panel/src/project_panel.rs index 1cb66ea3a3..f04905cd91 100644 --- a/crates/project_panel/src/project_panel.rs +++ b/crates/project_panel/src/project_panel.rs @@ -1095,6 +1095,7 @@ impl ProjectPanel { if let Some((_, entry)) = self.selected_entry(cx) { if entry.is_file() { self.open_entry(entry.id, focus_opened_item, allow_preview, cx); + cx.notify(); } else { self.toggle_expanded(entry.id, window, cx); }