Open git panel when deploying project diff via action (#24751)
Release Notes: - N/A
This commit is contained in:
parent
316b97d6e3
commit
ab4a6f1c79
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ 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