mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-29 05:33:49 +00:00
fixup! vcs: Add 'create branch' button
This commit is contained in:
parent
cb24cb1ea5
commit
4a69c71167
1 changed files with 1 additions and 0 deletions
|
@ -290,6 +290,7 @@ impl PickerDelegate for BranchListDelegate {
|
|||
this.delegate().display_error_toast(format!("Failed to chec branch '{current_pick}', check for conflicts or unstashed files"), cx);
|
||||
status?;
|
||||
}
|
||||
cx.emit(PickerEvent::Dismiss);
|
||||
Ok::<(), anyhow::Error>(())
|
||||
})
|
||||
}).detach();
|
||||
|
|
Loading…
Reference in a new issue