Don't deploy git panel when opening the diff view (#25611)

Release Notes:

- N/A
This commit is contained in:
Cole Miller 2025-02-25 21:29:08 -05:00 committed by GitHub
parent 30568e6dd1
commit 2978be95d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -78,7 +78,6 @@ impl ProjectDiff {
window: &mut Window,
cx: &mut Context<Workspace>,
) {
workspace.open_panel::<GitPanel>(window, cx);
Self::deploy_at(workspace, None, window, cx)
}