From 2978be95d732116379e48893e9c2c2b1ee06a89d Mon Sep 17 00:00:00 2001 From: Cole Miller Date: Tue, 25 Feb 2025 21:29:08 -0500 Subject: [PATCH] Don't deploy git panel when opening the diff view (#25611) Release Notes: - N/A --- crates/git_ui/src/project_diff.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/git_ui/src/project_diff.rs b/crates/git_ui/src/project_diff.rs index 0b1c80888c2fae6a27a225ebbbd566e2343f4fbb..ad77a42bdb55fc570fc3dc56fc384efc38206955 100644 --- a/crates/git_ui/src/project_diff.rs +++ b/crates/git_ui/src/project_diff.rs @@ -78,7 +78,6 @@ impl ProjectDiff { window: &mut Window, cx: &mut Context, ) { - workspace.open_panel::(window, cx); Self::deploy_at(workspace, None, window, cx) }