Don't deploy git panel when opening the diff view (#25611)
Release Notes: - N/A
This commit is contained in:
parent
30568e6dd1
commit
2978be95d7
1 changed files with 0 additions and 1 deletions
|
@ -78,7 +78,6 @@ impl ProjectDiff {
|
||||||
window: &mut Window,
|
window: &mut Window,
|
||||||
cx: &mut Context<Workspace>,
|
cx: &mut Context<Workspace>,
|
||||||
) {
|
) {
|
||||||
workspace.open_panel::<GitPanel>(window, cx);
|
|
||||||
Self::deploy_at(workspace, None, window, cx)
|
Self::deploy_at(workspace, None, window, cx)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue